api-factory
v0.0.1
Published
Quick way to spec API with node.js
Downloads
83
Readme
node-api-factory
Quick way to spec API with node.js
Getting Started
Install the module with:
npm install node-api-factory
or add it to package.jsonrequire
node-api-factory in an js file as shown below, alternatively you can just run node-api-factory straight from install location
/*
* main.js
*/
require('node-api-factory');
- Run the api-factory
node main.js
Configuring api-factory
(Coming soon)
Examples
(Coming soon)
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Release History
(Nothing yet)
License
Copyright (c) 2013 Santthosh. Licensed under the MIT license.