Weather-Watch is a application designed to provide access to users to retrieve weather data, air quality index (AQI) information, and weather forecast news. Built on Docker containers, it offers scalability and ease of deployment. Additionally, Weather-Watch features a Northbound API, allowing seamless consumption of data for various applications and services.
-
docker (used for creating container images, spwan docker container etc.)
-
API Key from openweathermap
To get the current weather information for a specific location, follow these steps:
The app also provides Air Quality Index (AQI) information along with weather details. AQI measures the quality of air in a particular area and its potential effects on health.
Method | Endpoint | Description |
---|---|---|
GET |
/v1/currentWeather |
List the current weather of India |
GET |
/v1/historyWeather |
List the historical weather data |
GET |
/v1/currentAirQualityIndex |
List the current AQI of India |
GET |
/v1/historyAirQualityIndex |
List the historical AQI data |