CorriganRenard / weather

uses weather api to pull current weather for your location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather app uses your current location and gets data from Weather Underground API.

Then displays your current weather.

plan:

. build basic structure . get several different backgrounds (fog, rain, snow, sunny (desert, LA palm trees), fluffy clouds) . javascript: get current geo-location . convert lat/long to city/country . get auth key for WU . connect to Weather underground API . display different background image depending on weather . display weather (overcast, partly cloudy, rain, snow, sunshine) . display temp (js/css toggle between f/c)

About

uses weather api to pull current weather for your location


Languages

Language:JavaScript 63.1%Language:CSS 28.5%Language:HTML 8.3%