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

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.

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.