From 37832734151cd282a9da7d73b7902e6500f93922 Mon Sep 17 00:00:00 2001 From: Manuel Bauer Date: Sun, 1 Nov 2020 15:46:23 +0100 Subject: [PATCH] Added troposphere.io weather API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79b39afa..85f0d86a 100644 --- a/README.md +++ b/README.md @@ -1046,6 +1046,7 @@ API | Description | Auth | HTTPS | CORS | | [QWeather](https://dev.qweather.com/) | Location-based weather data | `apiKey` | Yes | Yes | | [Storm Glass](https://stormglass.io/) | Global marine weather from multiple sources | `apiKey` | Yes | Yes | | [TheRainery](https://therainery.com/documentation/) | Forecast models from meteorological institutes | `apiKey` | Yes | No | +| [Troposphere](https://www.troposphere.io/developer) | Global weather and climate data | `apiKey` | Yes | Yes | | [weather-api](https://github.com/robertoduessmann/weather-api) | A RESTful free API to check the weather | No | Yes | No | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | | [weatherstack](https://weatherstack.com/) | Real-Time & Historical World Weather Data API | `apiKey` | Yes | Unknown |