This is the (work in progress) HTTP API for Eleven Giants.
Install the required packages using npm install
, set up a local configuration file in the config directory and you should be good to go!
All actions are invoked via npm
.
The following operations are available:
start
run the HTTP APIjshint
runs jshint to check for errorsjscs
runs jscs to lint
These scripts can be called using npm run-script
(or the alias npm run
); the
-s
flag hides distracting additional output, e.g.:
npm -s run test
Help is always welcome! If you are interested, please [get in touch] (http://elevengiants.com/contact.php) to get access to our [Slack] (http://slack.com/) instance, internal documentation, guidelines and other resources.