From 8d3c175f8f0e80fd27b66430685c9418cf36071e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 10 Apr 2018 22:46:29 -0400 Subject: [PATCH] Set CORS to No for MetaWeather fixes issue #644 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59bfbdf..0650df5 100644 --- a/README.md +++ b/README.md @@ -761,7 +761,7 @@ API | Description | Auth | HTTPS | CORS | Link | API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | Dark Sky | Weather | `apiKey` | Yes | No | [Go!](https://darksky.net/dev/) | -| MetaWeather | Weather | No | Yes | Unknown | [Go!](https://www.metaweather.com/api/) | +| MetaWeather | Weather | No | Yes | No | [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) |