Skip to content

Weather condition search dashboard that utilizes an (API)Application Programming Interface to pull data into the browser and features dynamically updated HTML and CSS powered by jQuery.

Notifications You must be signed in to change notification settings

Karna1014/KCWeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KCWeatherApp

Weather condition search dashboard

Description:

A weather application that allows the user search by city for current weather information for that day as well as the next five days. App utilizes an (API)Application Programming Interface to pull data into the browser and features dynamically updated HTML and CSS powered by jQuery. The following conditions were met:

  1. https://OpenWeatherAPI.org used to retrieve weather data

  2. Ajax calls used to hook into API to retrieve data in a JSON format

  3. Initial Search displays the following for current day:

    • City
    • Humidity
    • Date
    • Wind Speed
    • Temp
    • UV Index
    • Weather Icon Img
  4. "Search" results will save in localStorage.

  5. Search list will update dynamically when page resets.

  6. 5-day Forecast logs consecutive days forecast below current day with the following information displayed:

    • Date
    • Temp
    • Weather Icon Img
    • Humidity

Usage:

Weather dashboards such as this are important to our daily lives. They provide valuable information that allows us to plan appropriately for inclement weather. Weather affects how and when we travel, what clothes we where, what activities we do in our free time. Companies that deal with logistics rely on this information to appropriately plan business travel and adjust for impending delays. Often, being ill-prepared can be very costly as shipments can be delayed, deliveries rerouted, etc. Being aware can give you an edge and in many cases save the day!

File List:

  1. Index.html

    Main Page -

  2. Script.js

    Javascript for Main Page

  3. Style.css

    Stylesheet for all

  4. Reset.css

    Compressed set of CSS rules that resets the styling of all HTML elements to a consistent baseline.

Technologies Used:

* HTML, JavaScript, jQuery
* OpenWeatherAPI, Bootstrap4

Link to site

https://karna1014.github.io/KCWeatherApp/.

Opening Page -

Index Page

Index Page - Full Screen/Laptop View

Index Page

Responsiveness - I-Pad (768px)

I-Pad

About

Weather condition search dashboard that utilizes an (API)Application Programming Interface to pull data into the browser and features dynamically updated HTML and CSS powered by jQuery.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published