From a63254a7092fecb6cc30fd3fb6b05e559e012083 Mon Sep 17 00:00:00 2001 From: HitBlast Date: Mon, 12 Jun 2023 22:19:27 +0600 Subject: [PATCH] add package nimip (#2627) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index d6bc112..6e5e090 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,20 @@ [ + { + "name": "nimip", + "url": "https://github.com/hitblast/nimip", + "method": "git", + "tags": [ + "nimip", + "api-wrapper", + "ip-api", + "ip-address-lookup", + "library", + "hybrid" + ], + "description": "Asynchronously lookup IP addresses with this tiny, hybrid Nim application.", + "license": "MIT", + "web": "https://github.com/hitblast/nimip" + }, { "name": "gitman", "url": "https://github.com/nirokay/gitman",