/ionic-weather

A simple Ionic Weather app

Primary LanguageJavaScriptMIT LicenseMIT

Ionic Weather App

A simple Ionic-based Weather app, inspired by Yahoo! Weather.

To build, install cordova, then run:

$ cordova platform add ios
$ cordova plugin add cordova-plugin-device
$ cordova plugin add cordova-plugin-statusbar
$ cordova plugin add cordova-plugin-geolocation
$ cordova build ios
$ cordova emulate ios

To build, install latest cordova or above version 4+, then run

$ cordova platform add ios
$ cordova plugin add cordova-plugin-device
$ cordova plugin add cordova-plugin-statusbar
$ cordova plugin add cordova-plugin-geolocation
$ cordova build ios
$ cordova emulate ios

Substitute ios for android above to test on Android.

Created by @maxlynch for the Ionic Framework