From 164378ce4bc264958032453b8c4748717c6d4a21 Mon Sep 17 00:00:00 2001 From: Chase Durand <50851884+ChaseDurand@users.noreply.github.com> Date: Sat, 25 Dec 2021 14:33:35 -0600 Subject: [PATCH] Removed Yahoo Weather Removed Yahoo Weather (shutdown June 2021) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7e78af98..9ab74c8f 100644 --- a/README.md +++ b/README.md @@ -1771,7 +1771,6 @@ API | Description | Auth | HTTPS | CORS | | [weather-api](https://github.com/robertoduessmann/weather-api) | A RESTful free API to check the weather | No | Yes | No | | [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 | -| [Yahoo Weather](https://developer.yahoo.com/weather/) | Weather API from Yahoo | `OAuth` | Yes | Unknown | | [Yandex.Weather](https://yandex.com/dev/weather/) | Assesses weather condition in specific locations | `apiKey` | Yes | No | **[⬆ Back to Index](#index)**