Skip to content

ga-chicago/weather-ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Use the OpenWeather API to fetch the weather from a certain zip code, and update the page to reflect the current weather. Documentation

Requirements

  • Ask the user to input the zip they would like to see the weather for. (Hint: use Prompt)

  • Use ajax to send a request the OpenWeather API. NOTE: Because the OpenWeather API is not an open API, every request must end with '&appid=052f26926ae9784c2d677ca7bc5dec98' (i.e. http://api.openweathermap.org/data/2.5/weather?zip=60614,us&appid=052f26926ae9784c2d677ca7bc5dec98)

  • Use the response to display the current temperature in fahrenheit, the high and low temperate in fahrenheit, the current weather "description", and the name of the city that came back from the API

  • Spend a little time styling the app. Here's some inspiration (Don't worry about the lens flare!) alt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages