Weather App is a simple and user-friendly web application that provides real-time weather information for a given location. This application is built using HTML, CSS, and JavaScript, and it leverages a weather API to fetch current weather data.
- Current Weather: Get up-to-date information about the current weather conditions in any location.
- Temperature: View the temperature in Celsius or Fahrenheit based on your preference.
- Weather Icons: Intuitive icons representing different weather conditions for better visualization.
- Wind Speed: Display the speed of the wind in any location.
- Humidity: View the humidity in any location.
- Responsive Design: The app is designed to work seamlessly on various devices, including desktops, tablets, and smartphones.
- HTML
- CSS
- JavaScript
- Weather API (OpenWeatherMap API)
- Clone the repository to your local machine.
git clone https://github.com/mohamad-abdelkhalek/weather-app.git // Replace 'YOUR_API_KEY' with your actual API key const apiKey = 'YOUR_API_KEY'; const apiUrl = `https://api.openweathermap.org/data/2.5/weather?units=metric&q=`;