From 86638c6a7dbea99b952569c4ecc0de9ea0b965c8 Mon Sep 17 00:00:00 2001 From: James Wiryo Date: Wed, 14 Jul 2021 16:39:51 +0800 Subject: [PATCH] Add Singapore Weather Reading API to Weather Reduced SGWeatherAPI description length --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 209ed49c..9c494eca 100644 --- a/README.md +++ b/README.md @@ -1142,6 +1142,7 @@ API | Description | Auth | HTTPS | CORS | | [OpenUV](https://www.openuv.io) | Real-time UV Index Forecast | `apiKey` | Yes | Unknown | | [OpenWeatherMap](https://openweathermap.org/api) | Weather | `apiKey` | Yes | Unknown | | [QWeather](https://dev.qweather.com/) | Location-based weather data | `apiKey` | Yes | Yes | +| [SG Weather Reading](https://data.gov.sg/dataset/realtime-weather-readings) | Realtime weather readings for Singapore area including other weather parameters | No | Yes | Unknown | | [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 |