From 89bd3a8ff8aa53c5c70a3064e3481b6ace59a6fd Mon Sep 17 00:00:00 2001 From: Nemuel Wainaina Date: Tue, 22 Jul 2025 22:27:20 +0300 Subject: [PATCH] Add package myip (#3079) --- packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages.json b/packages.json index 60c1026..a1689d4 100644 --- a/packages.json +++ b/packages.json @@ -35785,5 +35785,26 @@ "description": "Powerfull, Fast, and Minimalist web Framework for Nim. Focus on your Backend.", "license": "MIT", "web": "https://github.com/DitzDev/Rakta" + }, + { + "name": "myip", + "url": "https://github.com/nemuelw/myip", + "method": "git", + "tags": [ + "myip", + "my-ip", + "my-ip.io", + "myip-api", + "nim", + "wrapper", + "api-wrapper", + "nim-wrapper", + "client", + "api-client", + "nim-client" + ], + "description": "Nim client for the MyIP (https://my-ip.io) API", + "license": "GPL-3.0-only", + "web": "https://github.com/nemuelw/myip" } ]