async-functions-in-pouchdb icon indicating copy to clipboard operation
async-functions-in-pouchdb copied to clipboard

Demo of ES7 async functions in PouchDB

Testing Async Functions in PouchDB

Run this:

npm install
npm run build

Then run:

npm start

Then open up http://localhost:7777 in a browser.

In your console, you should see various tests being run. All of these tests are defined in index.js and are invoked by index.html.