Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.31 KB

Weather-Dashboard

Table of Contents

  1. Description
  2. The Current Design
  3. To Do
  4. Further Reading
  5. Author

Description

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.

The Current Design

Weather Dashboard

To Do

  • 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

Further Reading

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.

Author

This project was originally created by Kelsey Hughes. Check out their profile here.