/06-weather-dashboard

Search the weather conditions and future outlook for multiple cities

Primary LanguageJavaScript

06-weather-dashboard

Week 6 Server-Side APIs Challenge

Purpose

Search the current and future weather conditions for multiple cities.

  • a weather dashboard with form inputs to search for a city
  • presented with current and future conditions for that city and that city is added to the search history
  • view current weather conditions for that city and be presented with the city name, the date, an icon representation of weather conditions, the temperature, the humidity, the wind speed, and the UV index
  • view the UV indexand be presented with a color that indicates whether the conditions are favorable, moderate, or severe
  • view future weather conditions for that city and be presented with a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, and the humidity
  • click on a city in the search history and again be presented with current and future conditions for that city
  • use localStorage to store any persistent data

Built With

  • HTML
  • CSS
  • JavaScript
  • JSON
  • jQuery
  • Bootstrap
  • OpenWeather API

Website

https://jscottrumptz.github.io/06-weather-dashboard/

image

Contribution

Made with ❤️ by J Scott Rumptz

©️2020 J. Scott Rumptz