From ef89b845e6e98e3377e800b2ab1f10fc20b93cd3 Mon Sep 17 00:00:00 2001 From: Kay <80123634+nirokay@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:56:16 +0100 Subject: [PATCH] add package bttrwttrin (#2807) * added docchanger to packages.json * added bttrwttrin package to packages.json --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 25d4a7018..ec860e7c9 100644 --- a/packages.json +++ b/packages.json @@ -32551,5 +32551,20 @@ "description": "Trait-like package made without insight", "license": "MIT", "web": "https://github.com/beef331/traitor" + }, + { + "name": "bttrwttrin", + "url": "https://github.com/nirokay/bttrwttrin", + "method": "git", + "tags": [ + "weather", + "weather-api", + "wttrin", + "library" + ], + "description": "Nim library to fetch weather using wttr.in", + "license": "GPL-3.0-or-later", + "web": "https://github.com/nirokay/bttrwttrin", + "doc": "https://nirokay.github.io/nim-docs/bttrwttrin/bttrwttrin.html" } ]