KaiyonAlatar / eleven-http-api

The JSON over HTTP RPC-style API for Eleven Giants, used by the client and (possibly, in the future) 3rd party applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eleven-http-api

This is the (work in progress) HTTP API for Eleven Giants.

Setup

Install the required packages using npm install, set up a local configuration file in the config directory and you should be good to go!

Operation

All actions are invoked via npm. The following operations are available:

  • start run the HTTP API
  • jshint runs jshint to check for errors
  • jscs 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

Contributing

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.

License

MIT

About

The JSON over HTTP RPC-style API for Eleven Giants, used by the client and (possibly, in the future) 3rd party applications.

License:MIT License


Languages

Language:JavaScript 94.0%Language:HTML 4.3%Language:Shell 1.7%