A simple web application to fetch and display real-time weather data using the OpenWeatherMap API.
Features Search for any city to view: Current temperature in Celsius Weather condition description City name Technologies Used HTML: Structure CSS: Styling JavaScript: Functionality OpenWeatherMap API: Weather data How to Use Clone this repository:
bash Copy code git clone https://github.com/your-username/weather-app.git Replace the placeholder API key in script.js with your OpenWeatherMap API key:
javascript Copy code const API_KEY = "your_api_key"; Open index.html in your browser.
Future Enhancements Add weather icons based on conditions Include geolocation for current location weather Show additional details like wind speed and humidity
Author Manvith Reddy