From 376dfd1c5d5f1968a892695b392a6ae7a5abe6a4 Mon Sep 17 00:00:00 2001 From: roughley Date: Sun, 10 Jun 2018 08:33:35 -0400 Subject: [PATCH] Added Climacell public API (#669) * Added Climacell public API * removed API from name --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cee845e..324d21a6 100644 --- a/README.md +++ b/README.md @@ -772,6 +772,7 @@ API | Description | Auth | HTTPS | CORS | Link | ### Weather API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| +| ClimaCell Micro Weather | Historical, real-time, and nowcast weather data | `apiKey` | Yes | Yes | [Go!](https://developer.climacell.co) | | Dark Sky | Weather | `apiKey` | Yes | No | [Go!](https://darksky.net/dev/) | | 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) |