https://github.com/royling/thunkify-mongoose-model
Help to thunkify methods of mongoose model to work with co
https://github.com/royling/thunkify-mongoose-model
Last synced: 8 months ago
JSON representation
Help to thunkify methods of mongoose model to work with co
- Host: GitHub
- URL: https://github.com/royling/thunkify-mongoose-model
- Owner: royling
- License: mit
- Created: 2014-09-19T13:29:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T05:46:59.000Z (over 11 years ago)
- Last Synced: 2024-03-24T13:22:19.972Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## thunkify-mongoose-model
#### Help to thunkify methods of mongoose model to work with [`co`](https://github.com/visionmedia/co)
### Installation
```bash
npm install thunkify-mongoose-model
```
### Usage
Check out the examples.
NOTE: for `co` requires ES6 `generator` support, run the example with `--harmony` option of node:
```bash
node --harmony examples/index.js
```
### License
MIT