An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ionic geofence sample project

[![Build Status](https://travis-ci.org/cowbell/ionic-geofence.svg?branch=master)](https://travis-ci.org/cowbell/ionic-geofence)

Sample project using [cordova geofence plugin](https://github.com/tsubik/cordova-plugin-geofence)

![ionic-geofence](https://cloud.githubusercontent.com/assets/1286444/4302807/604c7c5e-3e5e-11e4-87df-99b22abffdc8.jpg)

## 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