From cc516beae42c0b0be720be99c95ffcee91a31512 Mon Sep 17 00:00:00 2001 From: Pranjal Borkar <71664360+DedAvocado@users.noreply.github.com> Date: Fri, 15 Oct 2021 11:19:21 +0530 Subject: [PATCH] Add Yandex.Weather API (#2332) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0603d5b3..ef7a9797 100644 --- a/README.md +++ b/README.md @@ -1445,6 +1445,7 @@ 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 | | [wttr](https://github.com/chubin/wttr.in) | :partly_sunny: The right way to check the weather | No | Yes | Unknown | +| [Yandex.Weather](https://yandex.com/dev/weather/) | Assesses weather condition in specific locations | `apiKey` | Yes | No | **[⬆ Back to Index](#index)**