A simple, responsive weather forecasting web application built using HTML, CSS, and JavaScript, powered by the OpenWeatherMap API. Just enter the name of a city and get real-time weather updates including temperature, condition, humidity, and wind speed.
- π Search weather by city name
- π‘οΈ View current temperature, condition, humidity, and wind
- π¨ Clean and responsive UI
- π Real-time data from OpenWeatherMap
git clone https://github.com/SreeEswaran/weather-forecasting.git
cd weather-forecasting
- To fetch real-time weather data, you need an API key from OpenWeatherMap.
- Go to https://openweathermap.org/api
- Sign up for a free account
- Once logged in, navigate to the API Keys section under your profile
- Copy your default API key or generate a new one
- Open the file script.js
- Locate the following line:
const apiKey = "YOUR_API_KEY";
const apiKey = "your_actual_api_key_here";
π§ Technologies Used
- HTML5
- CSS3
- JavaScript
- OpenWeatherMap API
π License This project is licensed under the MIT License.
π€ Author Made with π by Sree Deekshitha Yerra
Let me know if you also want:
- Deployment instructions for **GitHub Pages** or **Netlify** or **Vercel**
- A `LICENSE` file
- A demo GIF
Happy coding! βοΈ