From 377e4f84024b9969f0255a9065f14c782d7cb2b9 Mon Sep 17 00:00:00 2001 From: Disura Randunu <37591051+Disura-Randunu@users.noreply.github.com> Date: Fri, 4 Jun 2021 19:57:57 +0530 Subject: [PATCH] Add AccuWeather API to Weather A free weather and forecast API for development and small-scale projects. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2627e178..23bd7794 100644 --- a/README.md +++ b/README.md @@ -1110,6 +1110,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [7Timer!](http://www.7timer.info/doc.php?lang=en) | Weather, especially for Astroweather | No | No | Unknown | +| [AccuWeather](https://developer.accuweather.com/apis) | Weather and forecast data | `apiKey` | No | Unknown | | [APIXU](https://www.apixu.com/doc/request.aspx) | Weather | `apiKey` | Yes | Unknown | | [ColorfulClouds](https://open.caiyunapp.com/ColorfulClouds_Weather_API) | Weather | `apiKey` | Yes | Yes | | [Foreca](https://developer.foreca.com) | Weather | `OAuth` | Yes | Unknown |