An Ionic/Cordova app that logs positional data from a smartphone GPS to a SensLog instance.
- Node package manager
- Cordova
- Ionic Framework
- Bower
$ cd [your project directory, where you would like to store your repositories]
$ npm install -g cordova ionic
$ git clone https://github.com/SDI4Apps/smartphone-tracker.git
$ cd smartphone-tracker
$ npm install
$ bower install
$ ionic platform add android
$ ionic resources$ ionic build
$ ionic run