tsubik / ionic2-geofence

Ionic2 Geofencing Sample Project

Home Page:https://ionic2-geofence.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic2 geofence sample project

Sample project using cordova geofence plugin built with Ionic2 framework

ionic2-screen1 ionic2-screen2

Working Example

Check out the working example 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.

© 2016 Tomasz Subik. All rights reserved

About

Ionic2 Geofencing Sample Project

https://ionic2-geofence.surge.sh/

License:MIT License


Languages

Language:CSS 42.4%Language:TypeScript 33.8%Language:JavaScript 13.2%Language:HTML 10.5%