ladjs / mongoose-model-agenda

Mongoose model for Agenda

Home Page:https://lad.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mongoose model for Agenda

https://lad.js.org

License:MIT License


Languages

Language:JavaScript 100.0%