Skip to content

BioSide13/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This simple weather app uses the Open Weather api to get the weather data of your city!

Useage

To use the app download all the files and open the index.html file in your preffered web browswer. Input your city, press search and you get the weather! You can even tap the drop down menu on the bottom right to change the background!

Custom Backgrounds

If you want to add custom backgrounds just upload them to the backgrounds folder and add them in the html code. Just add the following code in the image-dropdown div:
<img src="./backgrounds/image_name.jpg" alt="Image 5" onclick="setBackground('./backgrounds/image_name.jpg')">
(Replace image_name.jpg with the name of your image and it's corresponding extension)
The above line will add your background to the background changed menu!

About

This repository is for a simple weather app that uses an api to grab the weather of any city entered plus has a background changer so users can change the background

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors