Skip to content

lucasnachtigall/weather-app

Repository files navigation

Ionic Weather App

Simple Ionic Weather App using the openweathermap API to report weather and stores location info in Ionic storage

This was made following the Tutorial by Brad Traversy (@bradtraversy), found here

Version

0.1.0

Notes

On @bradtraversy tutorial, the wunderground API was used, since they do not offer free API keys anymore, https://openweathermap.org/ was used.

Installation

Install the dependencies

$ npm install

Serve

To serve in the browser

$ ionic serve

To Add Platforms

$ cordova platform add android
$ cordova platform add ios

Run Platforms

To run in avd

$ ionic cordova run android
$ ionic cordova run ios

Build Android APK File

To build APK file to output folder

$ ionic build android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published