0.0.2 • Published 6 years ago

mongoose-model-agenda v0.0.2

Weekly downloads
37
License
MIT
Repository
github
Last release
6 years ago

mongoose-model-agenda

build status code coverage code style styled with prettier made with lass license

Mongoose model for Agenda

Table of Contents

Install

npm:

npm install mongoose-model-agenda

yarn:

yarn add mongoose-model-agenda

Usage

const Jobs = require('mongoose-model-agenda');

Jobs.find({}).lean().exec().then(console.log).catch(console.error);

Contributors

NameWebsite
Nick Baughhttp://niftylettuce.com/

License

MIT © Nick Baugh