Skip to content

A simple web application that displays the current weather conditions and 5 day forecast. Powered by OpenWeather API.

Notifications You must be signed in to change notification settings

ErnestUrzua/weather-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Dashboard

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.

software specifications

  • must use form inputs
  • searching for a city yields
    • current and future conditions
  • must maintain search history
  • must display
    • city name
    • the date
    • icon representing weather conditions
    • current temperature
    • humidity
    • wind speed
    • UV index
  • UV index must indicate with color a 3 stage scale, for favorable, moderate, and severe
  • Future weather conditions must display
    • 5 day weather forecast that displays the date
    • an icon representing the weather condition
    • temperature
    • humidity
  • user must be able to click on previous city in history and see the page.

Technologies

Application Demo

Screenshot Live application page

About

A simple web application that displays the current weather conditions and 5 day forecast. Powered by OpenWeather API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published