Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/