hartmamt / cordova-proximity-quickstart

An Ionic Framework and Cordova project demonstrating proximity related tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova Proximity Quickstart

A starting project for the Cordova Proximity Plugin.

Usage

After a clean checkout, make sure to add one or all of the supported platforms and the plugin itself before running.

# Adds iOS as a platform to your project
cordova platform add ios 

# Installs the proximity plugin from GitHub
cordova plugin add https://github.com/petermetz/cordova-plugin-ibeacon.git

# Runs the project on a connected iDevice, or the iOS Simulator of no device is connected.
cordova run

About

An Ionic Framework and Cordova project demonstrating proximity related tasks.


Languages

Language:CSS 96.8%Language:JavaScript 3.2%