From 061128ce542aa9007c1e5d6542ecaee6a9083351 Mon Sep 17 00:00:00 2001 From: Martha Tessema <70701167+bubalina@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:34:47 -0600 Subject: [PATCH] Update README.md Add Sunrise Sunset API to Weather --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..15a186aa 100644 --- a/README.md +++ b/README.md @@ -1819,6 +1819,7 @@ API | Description | Auth | HTTPS | CORS | | [QWeather](https://dev.qweather.com/en/) | Location-based weather data | `apiKey` | Yes | Yes | | [RainViewer](https://www.rainviewer.com/api.html) | Radar data collected from different websites across the Internet | No | Yes | Unknown | | [Storm Glass](https://stormglass.io/) | Global marine weather from multiple sources | `apiKey` | Yes | Yes | +| [Sunrise Sunset](https://sunrise-sunset.org/api) | Sunrise and sunset times for a given latitude and longitude | `apiKey` | No | Yes | Unknown | | [Tomorrow](https://docs.tomorrow.io) | Weather API Powered by Proprietary Technology | `apiKey` | Yes | Unknown | | [US Weather](https://www.weather.gov/documentation/services-web-api) | US National Weather Service | No | Yes | Yes | | [Visual Crossing](https://www.visualcrossing.com/weather-api) | Global historical and weather forecast data | `apiKey` | Yes | Yes |