aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2016-11-11 14:15:33 -0500
committerachesak <achesak@yahoo.com>2016-11-11 14:15:33 -0500
commitadb0fa2bd4ed7de5b645c956d884c7d9ef0548f1 (patch)
tree706d890957edaeec450b2864a8a2955e2ac3270c
parent1edb97cde4fd0192c3f872b3af110026bccfff6d (diff)
downloadpackages-adb0fa2bd4ed7de5b645c956d884c7d9ef0548f1.tar.gz
packages-adb0fa2bd4ed7de5b645c956d884c7d9ef0548f1.zip
Add freegeoip as new entry
-rw-r--r--packages.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index d1eba24..ddfb381 100644
--- a/packages.json
+++ b/packages.json
@@ -3547,13 +3547,28 @@
"web": "https://github.com/achesak/nim-ris"
},
{
+ "name": "geoip",
+ "url": "https://github.com/achesak/nim-geoip",
+ "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-geoip"
+ },
+ {
"name": "freegeoip",
"url": "https://github.com/achesak/nim-freegeoip",
"method": "git",
"tags": [
"IP",
"address",
- "location"
+ "location",
+ "geolocation"
],
"description": "Retrieve info about a location from an IP address",
"license": "MIT",