Weather app
Closed this issue · 1 comments
WubbleuTea commented
Description
When the user submits the city and state, a 3-day forecast appears with :
- date
- high/low temp
- chance of precipitation
find api by 7/2/2020: https://www.weatherapi.com/
Understand the documentation and the way to grab information 7/3/2020.
begin working on a one-day forecast to get the information to append correctly 7/4/2020.
Create a for loop to go into all three days and grab information 7/5/2020.
Finalize styling 7/6/2020.
close issue proposed date is 7/7/2020.
WubbleuTea commented
Weather api appends to page correctly