Skip to content

This is a simple vanilla javascript weather website that fetches data from an open API.

Notifications You must be signed in to change notification settings

vidalhuix/weather-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This is an easy-looking web page that has pretty elaborated code behind the scenes. It fetches weather information from an open API that updates every 4 hours.

The problem

The main problem was to sort and show the forecast information from the API. The styling wasn't easy either; if I had more time, I would like to change the icons and improve the responsiveness for tablets and PC screens.

View it live

Click here to explore and experience it.

About

This is a simple vanilla javascript weather website that fetches data from an open API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.1%
  • CSS 35.2%
  • HTML 9.7%