https://github.com/jefflarkin/wrap-cloudant
A simple library that wraps a subset of the functions provided in the cloudant npm package for use with ES6 generators.
https://github.com/jefflarkin/wrap-cloudant
Last synced: 5 months ago
JSON representation
A simple library that wraps a subset of the functions provided in the cloudant npm package for use with ES6 generators.
- Host: GitHub
- URL: https://github.com/jefflarkin/wrap-cloudant
- Owner: jefflarkin
- Created: 2015-02-25T01:46:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T02:05:52.000Z (about 11 years ago)
- Last Synced: 2025-03-27T03:13:25.362Z (12 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wrap-cloudant
=============
A simple library that wraps a subset of the functions provided in the cloudant
npm package for use with ES6 generators. It requires support for ES6 generators,
which currently requires either io.js or node.js 11.x with the `--harmony` flag.
Usage
------
See `test/test-cloudant.js` for usage examples.