Add wttr API to Weather

This commit is contained in:
Tamal Patra
2021-08-03 01:56:06 +05:30
committed by GitHub
parent 9ebb6a9173
commit 15b8756f1b

View File

@@ -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)**