Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/pouchdb-phonegap-cordova
https://github.com/normalhuman01/pouchdb-phonegap-cordova
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/normalhuman01/pouchdb-phonegap-cordova
- Owner: normalhuman01
- License: mit
- Created: 2023-12-11T16:51:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T16:56:13.000Z (about 1 year ago)
- Last Synced: 2023-12-12T23:38:09.498Z (about 1 year ago)
- Language: CSS
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cordova PouchDB hello world app
=====This is a basic Cordova app. It was created using the `cordova` CLI, by running:
cordova create pouchdb-hello-world
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. :)