Skip to content

MakeBluetooth/ibeacons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ibeacons

advertise.js

Setup

npm install bleacon

Running

OS X

node advertise.js

Linux

sudo node advertise.js

Region Timer app

cd regiontimer

Setup

cd regiontimer
phonegap platform add ios android
phonegap plugin add phonegap plugin add https://github.com/petermetz/cordova-plugin-ibeacon.git#3.3.0

Running

phonegap run --device

Other notes

To create from scratch

phonegap create regiontimer "com.makebluetooth.regiontimer" "Region Timer"

Edit config.xml, change the value of android-minSdkVersion from 7 to 10:

    <preference name="android-minSdkVersion" value="7" />

to

    <preference name="android-minSdkVersion" value="10" />

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published