From 7613816ca7a86b7eccd2aba8ba5add4b118a2cc7 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 16 Aug 2021 12:52:43 +0100 Subject: [PATCH] make weather api free --- weather/publicapi.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/weather/publicapi.json b/weather/publicapi.json index 9ba399b..90f2488 100644 --- a/weather/publicapi.json +++ b/weather/publicapi.json @@ -1,9 +1,5 @@ { "name": "weather", "icon": "☀️", - "category": "climate", - "pricing": { - "Weather.Now": 100, - "Weather.Forecast": 200 - } + "category": "climate" }