Add freegeoip as new entry
This commit is contained in:
parent
1edb97cde4
commit
adb0fa2bd4
1 changed files with 16 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue