Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 450 Bytes

File metadata and controls

12 lines (9 loc) · 450 Bytes

Proximi.io Ionic Demo Application

Installation / Usage

  1. Edit www/js/services.js
  2. 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";
  1. run npm install to install the required dependencies
  2. use "ionic run android --device" or "ionic run ios --device" to run the application on device.