- Install Ionic and Cordova [http://ionicframework.com/getting-started/]
-
While in terminal
-
Create new ionic project
ionic start myProject
-
Open the new folder
cd myProject
-
Add cordova geolocation plugin
cordova plugin add org.apache.cordova.geolocation
-
Download project from github , open file , move and replace the folder [www] in myProject
-
Add an android platform
ionic platfrom add android
-
Build an apk for android mobile
ionic build
and send the apk to mobile , apk is in folder platforms/android/ant-build/ellak-debug-unaligned.apk
-
Or test the application in a browser
ionic serve