Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.01 KB

File metadata and controls

47 lines (32 loc) · 1.01 KB

rest.js

Build Status

Usage

(1) Install with bower.

bower install rest.js

Note: The usage section is not ready yet.

Available modules

(1) rest-json-schema (under development)

(2) rest-json-alps (not started yet)

Contributing

Creating modules

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

Documentation

(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.