/wrap-cloudant

A simple library that wraps a subset of the functions provided in the cloudant npm package for use with ES6 generators.

Primary LanguageJavaScript

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.