WeatherNow is a clean and responsive weather application built using HTML, CSS, and JavaScript. It allows users to check real-time weather updates for any city in India (or worldwide) using the OpenWeatherMap API.
- π¦ Live weather updates (temperature, humidity, wind speed)
- π Search by city name
- π¨ Responsive and visually appealing UI
- β Error handling for invalid city names
- π· Weather-based icon display (clear, rain, snow, clouds, etc.)
- HTML5, CSS3
- Vanilla JavaScript
- OpenWeatherMap API
-
Clone the repository: https://github.com/Abhishek6172/WeatherNow-A-Simple-Weather-Forecast-Web-App.git
-
Open
index.html
in your browser. -
Enter a city name and get live weather data instantly.
π Note: Replace the default API key in
proj1.js
with your own from OpenWeatherMap if needed.
WeatherNow/ βββ index.html βββ proj1.css βββ proj1.js βββ /images β βββ search.png β βββ clear.png β βββ clouds.png β βββ drizzle.png β βββ rain.png β βββ mist.png β βββ snow.png β βββ humidity.png β βββ wind.png