npm install bleaconnode advertise.jssudo node advertise.jscd regiontimercd regiontimer
phonegap platform add ios android
phonegap plugin add phonegap plugin add https://github.com/petermetz/cordova-plugin-ibeacon.git#3.3.0phonegap run --deviceTo 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" />