An app that collects WiFi data.
-
Install Nodejs
-
Install phonegap, cordova, ionic and bower globally
npm install -g phonegap cordova ionic bower
-
Setup the app's platforms and plugins:
ionic state restore
-
Install bower packages:
bower install
Test the app locally with:
phonegap serve
None of the native phone features will work, but the app should load in a browser and not have javascript errors.
To test it on a phone you can build an APK and then install it. Build it with:
phonegap remote build android
