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.
See test/test-cloudant.js
for usage examples.