A library that simplifies command passing to Purple Robot via its HTTP server and JavaScript API. Scripts are generated as strings and sent as JSON, then deserialized and interpreted by Purple Robot.
Documented source code with examples
bower install git@github.com:cbitstech/PurpleRobotClient.git#<tagged version>
Where tagged version is the specific version to be installed.
The first thing to do is install the development dependencies with npm install
.
grunt document
grunt minify
Note that tests are run against the minified version.
grunt test
grunt