- Edit www/js/services.js
- find line containing "PROXIMIIO_TOKEN" and replace your Authentication Token. (you can find this from the Proximi.io Web Portal Applications section)
var PROXIMIIO_TOKEN = "YOUR_TOKEN";
- run npm install to install the required dependencies
- use "ionic run android --device" or "ionic run ios --device" to run the application on device.