Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 944 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 944 Bytes

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.

  • 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/find?lat=55.5&lon=37.5&cnt=10&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