From 15b8756f1b68fb233ee268823443cb70f3e87ad5 Mon Sep 17 00:00:00 2001 From: Tamal Patra Date: Tue, 3 Aug 2021 01:56:06 +0530 Subject: [PATCH] Add wttr API to Weather --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 155e741..803cd17 100644 --- a/README.md +++ b/README.md @@ -1192,6 +1192,7 @@ API | Description | Auth | HTTPS | CORS | | [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 | | [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 | **[⬆ Back to Index](#index)**