From de1b9e9f2ee9f3c5902ea518f6104a1a120ded70 Mon Sep 17 00:00:00 2001 From: Rishabh Saini Date: Wed, 1 Oct 2025 19:05:29 +0530 Subject: [PATCH] Added Open-Meteo to weather apis in public api list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c622cf926f..39236616f7 100644 --- a/README.md +++ b/README.md @@ -1880,6 +1880,8 @@ API | Description | Auth | HTTPS | CORS | | [WeatherAPI](https://www.weatherapi.com/) | Weather API with other stuff like Astronomy and Geolocation API | `apiKey` | Yes | Yes | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | | [Yandex.Weather](https://yandex.com/dev/weather/) | Assesses weather condition in specific locations | `apiKey` | Yes | No | +| [Open-Meteo](https://open-meteo.com/) | A Free weather forecasts for global locations | None | Yes | Yes | + **[⬆ Back to Index](#index)**