Skip to content

TrueRest/rest.js

Repository files navigation

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.

About

A factory for Javascript REST modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published