From 1bff9fdaf7be5721b80566fd6dc0b604275d30f5 Mon Sep 17 00:00:00 2001 From: AugustasV Date: Sun, 31 Oct 2021 18:44:50 +0100 Subject: [PATCH] Add Simple Weather API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aec46521..8ae90a79 100644 --- a/README.md +++ b/README.md @@ -1695,6 +1695,7 @@ API | Description | Auth | HTTPS | CORS | | [OpenWeatherMap](https://openweathermap.org/api) | Weather | `apiKey` | Yes | Unknown | | [QWeather](https://dev.qweather.com/en/) | Location-based weather data | `apiKey` | Yes | Yes | | [RainViewer](https://www.rainviewer.com/api.html) | Radar data collected from different websites across the Internet | No | Yes | Unknown | +| [SimpleWeather](https://english.api.rakuten.net/mxrck/api/simple-weather/endpoints) | Simple tool for get current weather | `apiKey` | Yes | Yes | | [Storm Glass](https://stormglass.io/) | Global marine weather from multiple sources | `apiKey` | Yes | Yes | | [Tomorrow](https://docs.tomorrow.io) | Weather API Powered by Proprietary Technology | `apiKey` | Yes | Unknown | | [Troposphere](https://www.troposphere.io/developer) | Global weather and climate data | `apiKey` | Yes | Yes |