All Projects → nolanlawson → pouchdb-cordova-hello-world-with-sqlite-plugin

nolanlawson / pouchdb-cordova-hello-world-with-sqlite-plugin

Licence: other
"Hello world" Cordova app with PouchDB, using the SQLite Plugin

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

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 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 ios

What 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. :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].