https://github.com/nolanlawson/pouchdb-chrome-app-hello-world
"Hello world" Chrome app with PouchDB
https://github.com/nolanlawson/pouchdb-chrome-app-hello-world
Last synced: 11 days ago
JSON representation
"Hello world" Chrome app with PouchDB
- Host: GitHub
- URL: https://github.com/nolanlawson/pouchdb-chrome-app-hello-world
- Owner: nolanlawson
- Created: 2015-02-05T05:28:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-05T05:32:52.000Z (about 10 years ago)
- Last Synced: 2025-03-28T22:12:55.923Z (29 days ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
"Hello world" Chrome app using PouchDB
========This is a sample app showing how to use PouchDB in a Chrome packaged app.
It demonstrates that you can load PouchDB and that the IndexedDB adapter (i.e. the default adapter) works. (WebSQL is not allowed in Chrome packaged apps.)
The app looks like this:
Running
-------To run the app in Mac OS X, just clone the code, make sure that you've installed Chrome, and run:
```
./run-mac-osx.sh
```To run it in Windows, find where you installed Chrome, locate `chrome.exe`, and run:
```
./path/to/chrome.exe --load-and-launch-app=.
```In Linux, again find the `chrome` executable, and run:
```
./path/to/chrome --load-and-launch-app=.
```