Skip to content

Sample Ionic 2 app showing weather using wunderground.com api.

Notifications You must be signed in to change notification settings

branecko/ionic2-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ionic2-weather-app

Sample Ionic 2 project created to use wunderground api

Register on wunderground to get API key: https://www.wunderground.com/weather/api/

Notes

install ionic and cordova globally

npm install -g ionic cordova

project generated with ionic cli:

ionic start ionic2-weather-app --v2

  • commit where weather and settings page was created - commit
  • create weather service to get weather information from api - commit
  • display data from api response - commit
  • set proxy to handle No Access-Control-Allow-Origin header is present on the requested resource - commit
  • implement autocomplete API - commit
  • choose location from list functionality - commit
  • set default location using localStorage (navigation is little bit buggy) - commit

About

Sample Ionic 2 app showing weather using wunderground.com api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published