The Weather Web API provides weather data and forecasts for various locations It serves as the backend for the Weather Web application.
- Fetch current weather data by location
- Get weather forecasts for up to 7 days
- Supports multiple data formats (JSON, XML)
- Clone the repository:
git clone https://github.com/yourusername/weather-web.git cd weather-web/API