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
- Host: GitHub
- URL: https://github.com/nolanlawson/async-functions-in-pouchdb
- Owner: nolanlawson
- Created: 2015-03-01T14:58:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T19:27:51.000Z (about 10 years ago)
- Last Synced: 2025-03-28T22:22:20.237Z (29 days ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 28
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Testing Async Functions in PouchDB
=====Run this:
npm install
npm run buildThen 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`.