A simple and elegant weather forecast application that shows real-time temperature and weather conditions using the OpenWeatherMap API.
π Enter a city name and instantly get the current weather, temperature, and sky condition.
coming soon
- π Search weather by city name
- π‘οΈ Real-time temperature (in Β°C)
- π€οΈ Shows sky condition (Clear, Clouds, Rain, etc.)
- π Dynamic city location display
- π Auto handles invalid or empty input
- π‘ Responsive UI, works on mobile too
- HTML5
- CSS3
- JavaScript (ES6+)
- OpenWeatherMap API
-
Click on Sign Up and create a free account
-
After email verification, log in to your dashboard
-
Go to the API Keys section
-
Copy the default key (something like
51562093abc123xyz) -
In your
index.jsfile, replace:const API_KEY = "YOUR_API_KEY_HERE";