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

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

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