BohdiCave / Weather-Dashboard

An application utilizing HTTP request via AJAX to obtain third-party API weather information based on the user search.

Home Page:https://bohdicave.github.io/Weather-Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Dashboard

A searchable application with accessible session search history providing current weather and 5-day, 3-hour forecast for cities across the globe, utilizing the HTTP request capability via AJAX, obtainining and parsing JSON weather data from the third-party OpenWeatherMap API.

CSS styling done utilizing Milligram.io minimalist CSS framework.

Details

The application displays the current weather and forecast information for two cities when loaded - Lviv, Ukraine, and Philadelphia, PA, USA - two cities biographically important to the author of the app. The local information (Philadelphia) persists, while the information about Lviv is dynamically replaced by successive searches.

A wind rose is displayed both for esthetic pleasure and to help orient the user as to the meaning of the wind degree data. Additional reference charts for interpreting the UV index and the humidity-based heat index are also included are also included.

Search history is accessible via clickable buttons in the header, which can help reload the information without retyping the city name. The information is not allowed to persist beyond the current session and clears when the page is reloaded.

Credits

As with all the projects featured to date, many thanks to the wonderful educational team of instructors and support staff from the Coding Bootcamp Program, administered by University of Pennsylvania's College of Liberal and Professional Studies in collaboration with Trilogy Education Services.

Additional thanks to:

Link to the finished app

Weather Dashboard

You are welcome to submit any suggestions on improving the functionality or the esthetics of the app, if you feel sufficiently motivated to do so. Contact information

Screenshots

Weather Dashboard - Screenshot 1

Weather Dashboard - Screenshot 2

Mobile version with history search buttons displayed

Weather Dashboard - Screenshot 3

About

An application utilizing HTTP request via AJAX to obtain third-party API weather information based on the user search.

https://bohdicave.github.io/Weather-Dashboard

License:Mozilla Public License 2.0


Languages

Language:JavaScript 59.2%Language:HTML 24.4%Language:CSS 16.5%