[](http://travis-ci.org/viatropos/action)
npm install action
```
npm install action
` javascript`
var action = require('action');
Follow @viatropos on twitter for updates
``
git clone git://github.com/viatropos/action.git
cd action
npm install
then run the tests:
``
npm test
Requires mocha, chai, and phantomjs:
```
brew install phantomjs
npm install mocha -g
npm install phantomjs chai
MIT