From 0f411cc3a3b3ef875240840bd4d9e4efecdb6450 Mon Sep 17 00:00:00 2001 From: Rory Sullivan Date: Wed, 22 Jul 2020 11:59:27 +0100 Subject: [PATCH] Update to Meteorologisk Institutt API. The Meteorologisk Institutt requires User-Agent headers to be sent with requests to their API. For more details see here https://api.met.no/doc/TermsOfService. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e34179..f3760acf 100644 --- a/README.md +++ b/README.md @@ -914,7 +914,7 @@ API | Description | Auth | HTTPS | CORS | | [7Timer!](http://www.7timer.info/doc.php?lang=en) | Weather, especially for Astroweather | No | No | Unknown | | [APIXU](https://www.apixu.com/doc/request.aspx) | Weather | `apiKey` | Yes | Unknown | | [MetaWeather](https://www.metaweather.com/api/) | Weather | No | Yes | No | -| [Meteorologisk Institutt](https://api.met.no/weatherapi/documentation) | Weather and climate data | No | Yes | Unknown | +| [Meteorologisk Institutt](https://api.met.no/weatherapi/documentation) | Weather and climate data | `User-Agent` | Yes | Unknown | | [NOAA Climate Data](https://www.ncdc.noaa.gov/cdo-web/) | Weather and climate data | `apiKey` | Yes | Unknown | | [ODWeather](http://api.oceandrivers.com/static/docs.html) | Weather and weather webcams | No | No | Unknown | | [OpenUV](https://www.openuv.io) | Real-time UV Index Forecast | `apiKey` | Yes | Unknown |