https://github.com/didinj/ionic3-angular5-cordova-geofence
Ionic 3, Angular 5 and Cordova Geofence with Google Places API
https://github.com/didinj/ionic3-angular5-cordova-geofence
angular angular5 angularjs api cordova fence geo geofence google ionic ionic3 phonegap places
Last synced: about 1 year ago
JSON representation
Ionic 3, Angular 5 and Cordova Geofence with Google Places API
- Host: GitHub
- URL: https://github.com/didinj/ionic3-angular5-cordova-geofence
- Owner: didinj
- License: mit
- Created: 2018-07-07T12:38:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T13:03:24.000Z (almost 8 years ago)
- Last Synced: 2025-02-04T11:51:22.542Z (over 1 year ago)
- Topics: angular, angular5, angularjs, api, cordova, fence, geo, geofence, google, ionic, ionic3, phonegap, places
- Language: TypeScript
- Homepage: https://www.djamware.com/post/5b40b76680aca77b083240b3/ionic-3-angular-5-and-cordova-geofence-with-google-places-api
- Size: 2.79 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic 3, Angular 5 and Cordova Geofence with Google Places API
This source code is part of [Ionic 3, Angular 5 and Cordova Geofence with Google Places API](https://www.djamware.com/post/5b40b76680aca77b083240b3/ionic-3-angular-5-and-cordova-geofence-with-google-places-api) tutorial.
To run on device:
* Clone this repo
* Run `npm install`
* Run `ionic cordova platform rm android` or `ionic cordova platform add ios`
* Run `ionic cordova platform rm ios` or `ionic cordova platform add ios`
* Run `ionic cordova run android` for Android
* Run `ionic cordova build ios` for iOS then run the app from XCode