Weather API 🌦️
The Weather API is a RESTful service that provides real-time and forecasted weather data for cities worldwide. Built using Flask and Flask-RESTX, it fetches weather information from WeatherAPI.com and structures it into a well-documented API response.
Live Demo ▶️
Features 🚀
- ✅ Get the current weather conditions, including temperature, condition, and icons.
- ✅ Retrieve a multi-day forecast, including daily and hourly weather breakdowns.
- ✅ Search for cities dynamically and fetch their weather data.
- ✅ Supports temperature units in Celsius (°C) and Fahrenheit (°F).
- ✅ Well-structured JSON responses with OpenAPI documentation.
- ✅ Built-in error handling for invalid requests or unavailable data.
- ✅ CORS-enabled to allow cross-origin requests from web clients.