This is an Ionic 3 application that uses the wunderground api to report weather and stores location info in Ionic storage
1.0.0
Install the dependencies
$ npm install
To serve in the browser
$ ionic serve
$ cordova platform add android
$ cordova platform add ios
To run in avd
$ ionic run android
$ ionic run ios
To build APK file to output folder
$ ionic build android