THE PROJECT
Weather API is a RESTful backend service built with Node.js and Express that provides real-time weather data and forecasts. Acting as a proxy to OpenWeatherMap API, it delivers structured weather information through clean JSON endpoints with support for both city-based and coordinate-based queries. The API provides comprehensive weather metrics including current conditions, 5-day forecasts, temperature data, humidity, wind speed, visibility, and sunrise/sunset times. Designed for easy frontend integration, the service features multiple endpoint options, comprehensive error handling, and CORS configuration for seamless cross-origin requests.

