From e3b2d631196250a65303514ad782bcac49b1b3a4 Mon Sep 17 00:00:00 2001 From: sbwww <45259695+sbwww@users.noreply.github.com> Date: Wed, 18 Nov 2020 22:43:11 +0800 Subject: [PATCH] Added information of QWeather in README.md QWeather, also named HeWeather, provides free weather api for developers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75b3e44c..6f588c49 100644 --- a/README.md +++ b/README.md @@ -927,6 +927,7 @@ API | Description | Auth | HTTPS | CORS | | [ODWeather](http://api.oceandrivers.com/static/docs.html) | Weather and weather webcams | No | No | Unknown | | [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 | | [Storm Glass](https://stormglass.io/) | Global marine weather from multiple sources | `apiKey` | Yes | Yes | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | | [Yahoo! Weather](https://developer.yahoo.com/weather/) | Weather | `apiKey` | Yes | Unknown |