Add freegeoip as new entry

This commit is contained in:
achesak 2016-11-11 14:15:33 -05:00
parent 1edb97cde4
commit adb0fa2bd4

View File

@ -3546,6 +3546,20 @@
"license": "MIT",
"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",
@ -3553,7 +3567,8 @@
"tags": [
"IP",
"address",
"location"
"location",
"geolocation"
],
"description": "Retrieve info about a location from an IP address",
"license": "MIT",