mongoose-model-agenda

0.0.2 • Public • Published

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

Name Website
Nick Baugh http://niftylettuce.com/

License

MIT © Nick Baugh

Package Sidebar

Install

npm i mongoose-model-agenda

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • niftylettuce
  • titanism