Skip to content

Javascript Library describing the web state machine of WebMole.

License

Notifications You must be signed in to change notification settings

WebMole/Web-State-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web State Machine

This repositoty is the home of the libraries used by WebMole to manage the Web State Machine.

Usage

Include javascript files from src folder and create required objects within your code. You are invited to see it's usage in the µ-crawler and/or the WebMole Chrome Plugin.

Development

First, install dependences with npm and bower

npm install
bower install

You can use grunt to develop and test with jasmine on each file save

grunt dev

Run tests (with jasmine) from cli with

grunt test

Generate minified files

grunt

See gruntfile.js for more details.

About

Javascript Library describing the web state machine of WebMole.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published