node-api-factory ![Build Status](https://secure.travis-ci.org/santthosh/node-api-factory.png?branch=develop)
Quick way to spec API with node.js
Getting Started
-
Install the module with: npm install node-api-factory
or add it to package.json
-
require
node-api-factory in an js file as shown below, alternatively you can just run node-api-factory straight from install location
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.