A RESTful API built with Node.js and Express.js that provides current weather data and a 5-day forecast using the OpenWeather API.
- Current weather by city
- 5-day weather forecast
- Temperature, humidity, and weather conditions
- Error handling for invalid cities
- Secure API key management
Node.js | Express.js | Axios | OpenWeather API | REST API
GET /weather?city=IndoreGET /weather/forecast?city=Indore
Aditi Rathi