https://github.com/nolanlawson/pouchdb-cordova-hello-world-with-sqlite-plugin
"Hello world" Cordova app with PouchDB, using the SQLite Plugin
https://github.com/nolanlawson/pouchdb-cordova-hello-world-with-sqlite-plugin
Last synced: 11 days ago
JSON representation
"Hello world" Cordova app with PouchDB, using the SQLite Plugin
- Host: GitHub
- URL: https://github.com/nolanlawson/pouchdb-cordova-hello-world-with-sqlite-plugin
- Owner: nolanlawson
- Created: 2015-02-04T04:50:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T06:04:35.000Z (over 6 years ago)
- Last Synced: 2025-03-28T22:12:44.470Z (29 days ago)
- Language: CSS
- Homepage:
- Size: 2.98 MB
- Stars: 15
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cordova PouchDB hello world app, with SQLite Plugin
=====This is a basic Cordova app. It was created using the `cordova` CLI, by running:
cordova create pouchdb-hello-world
Then I installed the [SQLite Plugin](https://github.com/brodysoft/Cordova-SQLitePlugin) by running:
cordova plugin add https://github.com/brodysoft/Cordova-SQLitePlugin
To run the app yourself on a variety of platforms, just check out the code and follow the instructions below.
### Android
cordova platform add android
cordova run android
What you'll see:### iOS
cordova platform add ios
cordova run iosWhat you'll see:
### FirefoxOS
cordova platform add firefoxos
cordova build firefoxos(Then install manually using `about:app-manager` in Firefox.)
What you'll see:
### Other platforms
Feel free to try it out and take screenshots. :)