From dbda9c2ef55cfcb42a6e3f6efc7b27d552e885fb Mon Sep 17 00:00:00 2001 From: Blue edge <54899800+blueedgetechno@users.noreply.github.com> Date: Tue, 25 Jan 2022 21:39:51 +0530 Subject: [PATCH] Added WeatherReactApi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5021fcf5..aeb20219 100644 --- a/README.md +++ b/README.md @@ -1785,6 +1785,7 @@ API | Description | Auth | HTTPS | CORS | | [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 | +| [WeatherReactApi](https://github.com/iamsainikhil/weather-react-api) | Serverless API functions to fetch weather data | No | Yes | No | | [Yandex.Weather](https://yandex.com/dev/weather/) | Assesses weather condition in specific locations | `apiKey` | Yes | No | **[⬆ Back to Index](#index)**