Action
Installation
npm install action
Quick Start
var action = ;
Features
More Information
Follow @viatropos on twitter for updates
Running Tests
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
License
MIT