Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolim1t/apicommon
General Utilities thats needed to roll your own API with invite codes, api key generation, etc
https://github.com/nolim1t/apicommon
Last synced: 2 days ago
JSON representation
General Utilities thats needed to roll your own API with invite codes, api key generation, etc
- Host: GitHub
- URL: https://github.com/nolim1t/apicommon
- Owner: nolim1t
- Created: 2013-06-06T22:45:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-09T08:55:37.000Z (over 11 years ago)
- Last Synced: 2024-04-14T14:30:00.770Z (7 months ago)
- Language: CoffeeScript
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
apicommon
=========General Utilities thats needed to roll your own API with invite codes, api key generation, etc.
Use of this code is at your own risk. It may help you it may not
Plays nicely with nolim1t/node-mongo-with-heroku
How I use it
---------In another library file
```coffeescript
generateinvitecode = require('./apicommon/generateinvitecode.coffee').creategenerateapikey = require('./apicommon/generateapikey.coffee').create
```