From d05e9b57e86c3dcb393d4110d53256bdeb305eae Mon Sep 17 00:00:00 2001 From: Alex Ershov Date: Sun, 4 Feb 2018 12:59:49 +0800 Subject: [PATCH] OpenUV - Real-time UV Index Forecast item added to Weather section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bec21f5e..8928ceda 100644 --- a/README.md +++ b/README.md @@ -739,6 +739,7 @@ API | Description | Auth | HTTPS | CORS | Link | | Dark Sky | Weather | `apiKey` | Yes | Unknown | [Go!](https://darksky.net/dev/) | | MetaWeather | Weather | No | Yes | Unknown | [Go!](https://www.metaweather.com/api/) | | ODWeather | Weather and weather webcams | No | No | Unknown | [Go!](http://api.oceandrivers.com/static/docs.html) | +| OpenUV | Real-time UV Index Forecast | `apiKey` | Yes | Unknown | [Go!](https://www.openuv.io) | | OpenWeatherMap | Weather | `apiKey` | No | Unknown | [Go!](http://openweathermap.org/api) | | Weatherbit | Weather | `apiKey` | Yes | Unknown | [Go!](https://www.weatherbit.io/api) | | Wunderground | Weather | `apiKey` | Yes | Unknown | [Go!](https://www.wunderground.com/weather/api/) |