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

https://github.com/nolanlawson/async-functions-in-pouchdb

Demo of ES7 async functions in PouchDB
https://github.com/nolanlawson/async-functions-in-pouchdb

Last synced: 11 days ago
JSON representation

Demo of ES7 async functions in PouchDB

Awesome Lists containing this project

README

        

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`.