An open API service indexing awesome lists of open source software.

https://github.com/rishantagarwal/cordovabackgroundgeolocationstartingupexample

Example for developing App using Cordova BackgroundGeolocation Plugin
https://github.com/rishantagarwal/cordovabackgroundgeolocationstartingupexample

Last synced: about 1 year ago
JSON representation

Example for developing App using Cordova BackgroundGeolocation Plugin

Awesome Lists containing this project

README

          

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.

```bash
$ 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](http://ionicframework.com/getting-started) page and the [Ionic CLI](https://github.com/driftyco/ionic-cli) repo.

Also, more info on the Plugin configuration can be found at [Cordova Background Geolocation Plugin](https://github.com/transistorsoft/cordova-background-geolocation-lt)

##Screenshots

![Screen](https://github.com/rishantagarwal/CordovaBackgroundGeolocationStartingUpExample/blob/master/snapshots/screen2.png)

##Credits

1. The code is built using Ionic Tabs Template.
2. It is using the plugin from [Repository](https://github.com/transistorsoft/cordova-background-geolocation-lt).

## 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 !