Skip to content

A weather Dashboard built with help from Open Weather API

Notifications You must be signed in to change notification settings

tybant0427/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-app

As a developer in training, my assignment was to create a basic, simple to use weather app that incorporates the use of APIs into javascript. I used API calls to pull information from the Open Weather API source online to display on my weather app. This information pulled from the API allowed me to use current weather data for all cities around the world. When the webpage is loaded onto the browser for the first time all you can see is the top navbar and the search input box. Once a user types in a city and clicks the search button they are presented with the cities current weather, wind speed, humidity, and UV index. They are also presented with the upcoming 5 days of forecast for the searched city. When a city is searched, it is saved onto local storage. If the user leaves the page and returns at a later time, the list of cities that have been searched are pulled from local storage and displayed on the screen. You can also click on these saved cities to pull up current weather rather than typing in the city again.

Used in this application was HTML, CSS, bootstrap, javascript, Jquery, moment.js, and APIs from Open Weather.

You can find the depolyed application here: https://tybant0427.github.io/weather-app/

Screen Shot 2022-01-02 at 8 26 59 PM

Screen Shot 2022-01-02 at 8 27 58 PM

About

A weather Dashboard built with help from Open Weather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published