Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 842 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 842 Bytes

This is a minimalistic weather application built with HTML, CSS, and JavaScript. It uses the OpenWeatherMap API to fetch weather data based on the desired location.

Features

  • Includes current and 5-day forecast.
  • Displays current weather information including temperature, humidity, and wind speed.
  • Wallpaper changes according to current weather.
  • Shows an icon representing the current weather conditions.
  • Displays an error message if the location is not found or if there is an issue with the API request.

How to Use

Go to the Weather App, and simply enter your location in the search bar and press Enter. The application will fetch the weather data for your location from the OpenWeatherMap API and display it on the page.