"# Weather-app#"
Overview Welcome to the Weather App! This is a simple yet powerful application developed in JavaScript that allows users to fetch and display weather information for any city in the world. The app uses a weather API to provide real-time weather data, including temperature, humidity, wind speed, and weather conditions.
Features
Search for current weather by city name
Display temperature, humidity, wind speed, and weather conditions
Responsive design for both desktop and mobile devices
Technologies Used
HTML
CSS
JavaScript
OpenWeatherMap API
Installation
- Clone the Repository
git clone https://github.com/yourusername/weather-app.git
cd weather-app
-
Open the Project
Open the index.html file in your favorite web browser.
Usage
-
API Key Setup
Sign up at OpenWeatherMap to get your API key.
Open the script.js file and replace 'YOUR_API_KEY' with your actual API key.
const apiKey = 'YOUR_API_KEY';
-
Search for Weather
Enter the name of the city in the search input field.
Click the "Search" button or press "Enter".
The weather information will be displayed on the screen.