From d1a28fa58a3704d7d5245fed6dbc37c1fa379062 Mon Sep 17 00:00:00 2001 From: Luke <88919270+Infinitybeond1@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:59:09 -0500 Subject: [PATCH] add library wttrin (#2271) * add library wttrin * add missing comma * fix wttrin description * remove nim tag Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com> Co-authored-by: Luke Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com> --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 90f8d2e..197731c 100644 --- a/packages.json +++ b/packages.json @@ -26655,5 +26655,19 @@ "description": "A game engine in Nim with an opengl backend", "license": "MIT", "web": "https://github.com/bob16795/hangover" + }, + { + "name": "wttrin", + "url": "https://github.com/Infinitybeond1/wttrin", + "method": "git", + "tags": [ + "weather", + "weather-api", + "cli", + "wttrin" + ], + "description": "A library with functions to fetch weather data from wttr.in", + "license": "GPL-3.0-or-later", + "web": "https://github.com/Infinitybeond1/wttrin" } ]