Skip to content

edouardproust/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather app

An application that allows you to get the current weather for any location.

👉 Live demo

image

Technologies

The application is coded in javascript, html and css, without framework. The weather is obtained using the Openweather API. The data is retrieved asynchronously (Ajax) with the async/await syntax.

How to use

  • To get the weather for the place of your choice, click on the name of the city, enter the one you want and then press enter (as indicated in the mouse-over tooltip).
  • If the name of the city is correct, the weather of the place is obtained via the API and the background image and the icon adapt to the received data
  • If the city name is incorrect, an error message will be displayed and the weather of the previous city will be restored.

About

An application that allows you to get the current weather for any location.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published