A simple Node.js + Express Weather App that fetches real-time weather data using the OpenWeather API.
Users can search for any city and get the current temperature, weather condition, and description.
- Search weather by city name 🌍
- Shows temperature in Celsius 🌡️
- Displays weather conditions (e.g., clear sky, rain) ☁️
- Error handling for invalid cities
⚠️
- Clone the repository:
git clone https://github.com/SYashagrawal/WeatherApp.git cd WeatherApp