Users should be able to:
- View the current weather and forecast for:
- default city,
- a city they can search for
- current location
- Live Site URL: (https://zen-hopper-212e29.netlify.app/)
- HTML5 markup
- CSS custom properties
- Flexbox
- Vanilla JavaScript
- API integration
- Responsive
I learned to use the forEach loop to copy each forecast day multiple times. I also learned how to convert Unix day to a legible format.
I would like to add error handling to the API calls and continue working with APIs.