π€οΈ Weather Website
A simple Weather App built using HTML, CSS, and JavaScript that provides real-time weather updates using the OpenWeather API.
π Features:
β
Get current weather details (Temperature, Humidity, Wind Speed, etc.)
β
Search weather by city name
β
Dynamic icons changes based on weather conditions
β
Responsive design for mobile and desktop users
π οΈ Technologies Used
β’ HTML β Structure of the webpage
β’ CSS β Styling for better UI
β’ JavaScript β Fetch API for real-time weather data
β’ OpenWeather API β Used for weather information
β‘ How to Run Locally
1. Clone this repository:
git clone https://github.com/yourusername/weather-website.git
2. Open the index.html file in your browser.
3. Enter a city name and get real-time weather updates!
π API Setup (if required)
β’ Get your API key from OpenWeatherMap
β’ Replace YOUR_API_KEY in script.js
In script.js file:
const API_KEY = 'YOUR_API_KEY';
π Issues & Contributions
Feel free to open an issue if you find any bugs!
Want to improve this project? Fork & send a Pull Request! π