https://github.com/tsubik/ionic2-geofence
Ionic2 Geofencing Sample Project
https://github.com/tsubik/ionic2-geofence
angular2 geofencing ionic-framework ionic2
Last synced: 16 days ago
JSON representation
Ionic2 Geofencing Sample Project
- Host: GitHub
- URL: https://github.com/tsubik/ionic2-geofence
- Owner: tsubik
- License: mit
- Created: 2016-02-10T21:48:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T21:41:10.000Z (about 7 years ago)
- Last Synced: 2024-10-03T12:27:27.409Z (7 months ago)
- Topics: angular2, geofencing, ionic-framework, ionic2
- Language: CSS
- Homepage: https://ionic2-geofence.surge.sh/
- Size: 2.72 MB
- Stars: 93
- Watchers: 12
- Forks: 56
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ionic2-components - Geo Fence
- Awesome - Geo Fence
README
# Ionic2 geofence sample project
Sample project using [cordova geofence plugin](https://github.com/cowbell/cordova-plugin-geofence) built with Ionic2 framework

## Working Example
Check out [the working example](https://ionic2-geofence.surge.sh/) directly in your browser.
## Installation
Use local npm packages
```
npm install
```If you're using `ionic-cli` installed globally not locally you should install the latest beta version in order to run this project.
```
npm install -g ionic@beta
```For testing in the 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/ionic2-geofence/master/LICENSE).
© 2016 Tomasz Subik. All rights reserved