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
- Host: GitHub
- URL: https://github.com/rishantagarwal/cordovabackgroundgeolocationstartingupexample
- Owner: rishantagarwal
- Created: 2016-02-01T06:05:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-30T05:37:07.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T08:23:13.685Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.91 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

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