From 47d44c4487793e67beb8cb4d180b15a2d4b387c9 Mon Sep 17 00:00:00 2001 From: Vishal Shukla Date: Tue, 18 Oct 2022 08:34:11 +0530 Subject: [PATCH] Update community_connectors.json Added Web data connector for Global Monthly Mean Surface Temperature Change data is made available by https://global-warming.org/ --- community/community_connectors.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/community/community_connectors.json b/community/community_connectors.json index 5592ed3b..57b94317 100644 --- a/community/community_connectors.json +++ b/community/community_connectors.json @@ -1240,4 +1240,13 @@ "description": "Connector to get data from Zabbix API", "source_code": "https://github.com/parflesh/zabbix-wdc" } + { + "name": "Global Monthly Mean Surface Temperature Change", + "url": "https://vishalrshukla.github.io/WDC_AQI/WDC_Emission.html", + "author": "Vishal Shukla", + "github_username": "vishalrshukla", + "tags": ["v_2.0"], + "description": "This API provides on a monthly basis, the global mean surface temperature anomaly from 1880.04 to the present (in celsius).", + "source_code": "https://github.com/vishalrshukla/WDC_AQI/blob/main/WDC_Emission.html" + } ]