Weather dashboard retrieves weather data for cities. Travelers could use this website to see the weather outlook for multiple cities to plan trips accordingly.
This program can be run through a browser using the link to the deployed application. Alternatively, to run this application locally you will need to:
- Clone this repository to receive all of the files.
- Open the index.html file in your default browser.
- Weather dashboard contains a form input for users to search for a city.
- When a user searches for a city, they are presented with current and future conditions for that city and that city is added to the search history.
- The current weather conditions of the city presents the city name, the date, an icon representation of weather conditions, the temperature, the humidity, the wind speed, and the UV index.
- The UV index is presented with a color that indicates whether the conditions are favorable, moderate, or severe.
- The future weather conditions of that city displays a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, the wind speed, and the humidity.
- When a user clicks on a city in search history, they are again presented with current and future conditions for that city.
- The number of recently viewed cities in search history is set with a maximum of 10 cities.
HTML, CSS, JavaScript, Bootstrap, Open Weather One Call API
https://marycpriyanka.github.io/Weather-dashboard/
Weather dashboard is available under the MIT License.
Contributions and ideas are welcome. Before submitting an issue, please take a moment to look over the contributing guidelines in https://www.contributor-covenant.org/ . Before submitting pull requests, ensure the following:
Fork the repo and create your branch from main. Test your code.
https://github.com/marycpriyanka
For any addditional questions, reach me at [email protected].