Developers are often tasked with retrieving data from another application's API and using it in the context of their own. Third-party APIs allow developers to access their data and functionality by making requests with specific parameters to a URL. In this homework assignment, your challenge is to build a weather dashboard using the OpenWeather API.
- Add dates for each weather forecast in MM/DD/YYYY format
- Limit forecast to 7 days instead of 8 days
- Experiment with formatting for improved UX with additional CSS formatting
- Allow user to click enter button to submit city as well
To learn more about the Open Weather API, check out there documentation here. Check out the documentation for the One Call API here. Check out Current Weather Data here.
This project was originally created by Kelsey Hughes. Check out their profile here.