From 3be92a10727a859a06a957a99382755b247306b5 Mon Sep 17 00:00:00 2001 From: jhanikhilnath Date: Mon, 4 Oct 2021 16:32:09 +0530 Subject: [PATCH] Added WeatherAPI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0925bb0d..7dacc513 100644 --- a/README.md +++ b/README.md @@ -1303,6 +1303,7 @@ API | Description | Auth | HTTPS | CORS | | [Troposphere](https://www.troposphere.io/developer) | Global weather and climate data | `apiKey` | Yes | Yes | | [Visual Crossing](https://www.visualcrossing.com/weather-api) | Global historical and weather forecast data | `apiKey` | Yes | Yes | | [weather-api](https://github.com/robertoduessmann/weather-api) | A RESTful free API to check the weather | No | Yes | No | +| [WeatherAPI](https://www.weatherapi.com/) | Weather API with other stuff like Astronomy and Geolocation API | `apiKey` | Yes | Yes | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | | [wttr](https://github.com/chubin/wttr.in) | :partly_sunny: The right way to check the weather | No | Yes | Unknown |