(1) Install with bower.
bower install rest.js
Note: The usage section is not ready yet.
(1) rest-json-schema (under development)
(2) rest-json-alps (not started yet)
More info how to create new modules for rest.js soon.
##Forking To contribute you need to have NodeJS and GruntJS previously installed.
(1) Fork the repository
(2) Install all the node dependencies
npm install
(3) Install all the bower dependencies.
bower install
(1) To generate the code documentation you need to run the following command.
grunt doc
(2) Go to the folder /docs
and open index.html
in same browser.