Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santthosh/node-api-factory
https://github.com/santthosh/node-api-factory
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/santthosh/node-api-factory
- Owner: santthosh
- License: apache-2.0
- Created: 2013-10-08T10:49:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T23:10:29.000Z (about 11 years ago)
- Last Synced: 2024-08-10T04:23:45.607Z (5 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-api-factory [![Build Status](https://secure.travis-ci.org/santthosh/node-api-factory.png?branch=develop)](http://travis-ci.org/santthosh/node-api-factory)
Quick way to spec API with node.js
## Getting Started
1. Install the module with: `npm install node-api-factory` or add it to package.json2. `require` node-api-factory in an js file as shown below, alternatively you can just run node-api-factory straight from install location
```javascript
/*
* main.js
*/
require('node-api-factory');
```3. 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](http://gruntjs.com/).## Release History
_(Nothing yet)_## License
Copyright (c) 2013 Santthosh. Licensed under the MIT license.