From 78533481b7a1773a4efa9c033a2dcc81cf747b9f Mon Sep 17 00:00:00 2001
From: richa-47 <146674607+richa-47@users.noreply.github.com>
Date: Wed, 18 Jun 2025 14:56:24 +0530
Subject: [PATCH] Added Weatherstack API to Environment & Weather category
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 6989735..602ca70 100644
--- a/README.md
+++ b/README.md
@@ -289,6 +289,7 @@ Most requested APIs for common application features:
|-----|-------------|------|------------|
| [OpenWeatherMap](https://openweathermap.org/api) | Weather data including current conditions, forecasts, and historical data
Add weather information to your applications with current conditions, forecasts, and weather maps. | API Key | Easy |
| [AirVisual](https://www.iqair.com/air-pollution-data-api) | Air quality data for cities worldwide
Get real-time air quality information, pollution data, and health recommendations. | API Key | Easy |
+| [Weatherstack](https://weatherstack.com/) | Retrieve instant, accurate weather information for any location in the world in lightweight JSON format
Lightweight JSON-based weather data API offering real-time information for cities worldwide. | API Key | Easy |
---