KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
ionic2-geofence
★ 91
Open GitHub ↗
Ionic2 Geofencing Sample Project
Download README (.md)
Explore Similar Repositories
node-eventstore-client
:
Node client library for EventStore using TCP
timbala
:
Durable time-series database that's API-compatible with Prometheus.
BoardingBarcode
:
Boarding pass barcode generator
openresty-nginx-jwt
:
JWT Bearer Token authorization with nginx, openresty, and lua-resty-jwt.
com.sap.openSAP.hana5.example
:
openSAP HANA5/HANA6 Course: Example Completed Implementation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ionic2-geofence
?
Download (.md)
# 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