You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm install
$ npm install -g cordova ionic # you should have ionic and cordova installed
$ ionic cordova prepare android
$ ionic cordova run android --device
$ ionic cordova prepare ios
$ ionic cordova run ios --emulator
// opens a web console which receives all your locations
$ npm run open
The quickest way to see the plugin in-action is to boot the iOS simulator and simulate location with Freeway Drive.
The demo is composed of three separate and indpendant sub-applications implemented as Ionic page-modules.
Advanced with complex settings screen and geofencing.
π· Tracking Server
The demo app is configured to post locations to Transistor Software's demo server, which hosts a web-application for visualizing and filtering your tracking on a map.
After booting the app the first time, you'll be asked to enter a unique "Organization" (eg: your company name) and "Device ID" (eg: Github username) so the plugin can post locations to tracker.transistorsoft.com.
β οΈ Make your organization and Device ID unique and known only to you β if every one uses "test", you'll never find your device!)