Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ladjs/mongoose-model-agenda
Mongoose model for Agenda
https://github.com/ladjs/mongoose-model-agenda
agenda collection database definition document job model mongo mongoose record scheduler schema
Last synced: 7 days ago
JSON representation
Mongoose model for Agenda
- Host: GitHub
- URL: https://github.com/ladjs/mongoose-model-agenda
- Owner: ladjs
- License: mit
- Created: 2017-12-10T04:47:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T22:50:20.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T15:11:21.375Z (about 1 month ago)
- Topics: agenda, collection, database, definition, document, job, model, mongo, mongoose, record, scheduler, schema
- Language: JavaScript
- Homepage: https://lad.js.org
- Size: 68.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mongoose-model-agenda
[![build status](https://img.shields.io/travis/ladjs/mongoose-model-agenda.svg)](https://travis-ci.org/ladjs/mongoose-model-agenda)
[![code coverage](https://img.shields.io/codecov/c/github/ladjs/mongoose-model-agenda.svg)](https://codecov.io/gh/ladjs/mongoose-model-agenda)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/ladjs/mongoose-model-agenda.svg)](LICENSE)> Mongoose model for Agenda
## Table of Contents
* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)## Install
[npm][]:
```sh
npm install mongoose-model-agenda
```[yarn][]:
```sh
yarn add mongoose-model-agenda
```## Usage
```js
const Jobs = require('mongoose-model-agenda');Jobs.find({}).lean().exec().then(console.log).catch(console.error);
```## Contributors
| Name | Website |
| -------------- | -------------------------- |
| **Nick Baugh** | |## License
[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)
##
[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/