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 installTo serve in the browser
$ ionic serve$ cordova platform add android
$ cordova platform add iosTo run in avd
$ ionic run android
$ ionic run iosTo build APK file to output folder
$ ionic build android