Skip to content

Ernees/weather-app-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application 🌤️

Description

This application allows users to enter the name of a city and displays the current temperature, humidity, pressure, and a description of the weather conditions in that city. The data is retrieved in real-time from a weather API.

Features

  • Real-time weather data lookup for any city.
  • Displays the current temperature.
  • Shows the humidity level.
  • Provides the atmospheric pressure.
  • Offers a general weather description (sunny, cloudy, rainy, etc.).