Skip to content

rishantagarwal/CordovaBackgroundGeolocationStartingUpExample

Repository files navigation

Ionic App with Cordova Background Geolocation Plugin

A starting project for using Background Geolocation Plugin. It has been coupled with "tabs" template from Ionic.

Using this project

  1. Clone this Project.
  2. Install the Cordova Background Geolocation Plugin using the following command.
  3. Build the project and use it.
$ cordova plugin add https://github.com/transistorsoft/cordova-background-geolocation-lt.git

More info on using Ionic Projects can be found on the Ionic Getting Started page and the Ionic CLI repo.

Also, more info on the Plugin configuration can be found at Cordova Background Geolocation Plugin

##Screenshots

Screen

##Credits

  1. The code is built using Ionic Tabs Template.
  2. It is using the plugin from Repository.

Issues

  1. For any plugin related issues please create issues with the above repository.
  2. For any Ionic related issues post issues on Ionic repository.
  3. For anything else feel free to contact me.

Setting up Project from Scratch

  1. Git cloned the repo.
  2. Installed npm through Node
  3. Used npm install to install required packages.
  4. Installed cordova through npm install -g cordova
  5. Then added cordova plugin through cordova plugin add https://github.com/rishantagarwal/cordova-background-geolocation-lt.git
  6. Then added ios as platform cordova platform add ios
  7. Then build the project using cordova build
  8. App is ready !

About

Example for developing App using Cordova BackgroundGeolocation Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published