https://github.com/cowbell/ionic-geofence
Ionic geofence app example
https://github.com/cowbell/ionic-geofence
Last synced: 10 months ago
JSON representation
Ionic geofence app example
- Host: GitHub
- URL: https://github.com/cowbell/ionic-geofence
- Owner: cowbell
- License: mit
- Created: 2014-09-16T10:58:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T11:26:06.000Z (about 9 years ago)
- Last Synced: 2024-12-09T17:12:41.823Z (over 1 year ago)
- Language: JavaScript
- Size: 3.59 MB
- Stars: 180
- Watchers: 24
- Forks: 92
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ionic - cowbell/ionic-geofence
README
# Ionic geofence sample project
[](https://travis-ci.org/cowbell/ionic-geofence)
Sample project using [cordova geofence plugin](https://github.com/tsubik/cordova-plugin-geofence)

## Installation
Use local npm packages
```
npm install
bower install
```
For testing in browser
```
ionic serve
```
For android
```
ionic platform add android
ionic run android
```
For iOS
```
ionic platform add ios
ionic run ios
```
## Platforms
- Android
- iOS
## License
This software is released under the [MIT License](https://raw.githubusercontent.com/tsubik/ionic-geofence/master/LICENSE).
© 2014 Tomasz Subik. All rights reserved