Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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').create

generateapikey = require('./apicommon/generateapikey.coffee').create
```