Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 2.82 KB

File metadata and controls

66 lines (51 loc) · 2.82 KB

License: MIT

Weather App

Table of Contents:

Travelers always love to know the weather of their destination cities. This app allows them to see the current weather of a city, and the 5 day forecast including the temperature, the humidity, wind speed, and the uv index.

HTML

CSS

Bootstrap

JavaScript

jQuery

moment.js

Local Storage

JSON

AJAX

When a user searches for a city, the user is presented with current and future conditions for that city and that city is added to the search history for that individual.
The user can view current weather conditions for that city with the city name, the date, an icon representation of weather conditions, the temperature, the humidity, the wind speed, and the UV index, which is color coded according to the scale of the UV index. The user is also given a 5-day forecast that displays the date, an icon representation of weather conditions, the temperature, and the humidity. A user can click a city in the search history and is again presented with current and future conditions for that city. WHen the page is opened, the user is presented with the last city the user searched.

Laptop:

MyPage

Weather Action

Mobile:

Mobile GIF

https://ckhilpisch.github.io/Weather_06/

Pull requests are always welcome. When contributing to this repository, please first discuss the change you wish to make via email or issue.
After approval, please follow the "fork-and-pull" Git workflow.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

If you have any questions, feel free to reach out to me. My email is ckhilpisch@gmail.com.

MIT License Informataion avaiable here: https://opensource.org/licenses/MIT