Skip to content

Prototype1309/City-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Weather Dashboard

This project is a weather dashboard using the OpenWeather API.

Click here to view the project.

Overview

This project is a weather dashboard application with search functionality to find current weather conditions and the future weather outlook for multiple cities.

weather dashboard

User Story

As a traveler
I want to see the weather outlook for multiple cities
so that I can plan a trip accordingly

Further Information

  • Uses the OpenWeather API to retrieve weather data for cities.

  • Uses AJAX to hook into the API to retrieve data in JSON format.

  • Runs in the browser and features dynamically updated HTML and CSS powered by jQuery.

  • Displays the following under current weather conditions:

    • City

    • Date

    • Icon image (visual representation of weather conditions)

    • Temperature

    • Humidity

    • Wind speed

    • UV index

  • Includes a search history so that users can access their past search terms. Clicking on the city name performs a new search that returns current and future conditions for that city.

  • Includes a 5-Day Forecast below the current weather conditions. Each day for the 5-Day Forecast displays the following:

    • Date

    • Icon image (visual representation of weather conditions)

    • Temperature

    • Humidity

  • Uses localStorage to bring up last searched city forecast and search history on page load).

Click here to view the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published