fortune-mongodb-agco
v0.2.4
Published
MongoDB adapter for Fortune.
Downloads
4
Readme
fortune-mongodb
This is a MongoDB adapter for Fortune.
Usage
Install the fortune-mongodb
package from npm
:
$ npm install fortune-mongodb
Then configure your app to use it:
var app = fortune({
adapter: 'mongodb'
});
Meta
This software is licensed under the MIT License.