diff options
| -rw-r--r-- | packages.json | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json index f155359..ddfb381 100644 --- a/packages.json +++ b/packages.json @@ -3553,13 +3553,28 @@ "tags": [ "IP", "address", - "location" + "location", + "geolocation" ], "description": "Retrieve info about a location from an IP address", "license": "MIT", "web": "https://github.com/achesak/nim-geoip" }, { + "name": "freegeoip", + "url": "https://github.com/achesak/nim-freegeoip", + "method": "git", + "tags": [ + "IP", + "address", + "location", + "geolocation" + ], + "description": "Retrieve info about a location from an IP address", + "license": "MIT", + "web": "https://github.com/achesak/nim-freegeoip" + }, + { "name": "nimroutine", "url": "https://github.com/rogercloud/nim-routine", "method": "git", |
