kpehl / weather-dashboard

An interactive weather dashboard that provides a user with current conditions and a five day forecast for city entered into the search form. The 10 most recent searches are retained, and clicking on a retained search will bring up the most recent data for that city.
MIT License
0 stars 1 forks source link

Potential Optional User Experience Improvements #5

Open kpehl opened 4 years ago

kpehl commented 4 years ago
kpehl commented 4 years ago

Tooltips for weather icons are now enabled

kpehl commented 4 years ago

Added a footer with attribution note for Open Weather Map

kpehl commented 4 years ago

Potential updated icon options: https://www.mikeafford.com/store/weather-icons/weather-icon-set-cc-01/ https://www.deviantart.com/umutavci/art/weather-icon-set-165476034 https://www.deviantart.com/merlinthered/art/plain-weather-icons-157162192 https://www.dovora.com/resources/weather-icons/ http://websygen.github.io/owfont/#usage

kpehl commented 4 years ago

EPA website on UV index: https://www.epa.gov/sunsafety/uv-index-scale-0

kpehl commented 4 years ago

Added updated weather icons using https://erikflowers.github.io/weather-icons/

kpehl commented 4 years ago

Added link to EPA UVI description page on the UVI display

kpehl commented 4 years ago

Since buttons and links are already elements that bootstrap uses for the pointer cursor, no change is needed there