GLIP: Geographic Location for IP Address with MaxmindDB.
The first time you download Data for GeoIP from MaxmindDB.
$ glip 128.101.101.101
๐บ๐ธ United States -- Saint Paul, Minnesota
Specify format:
$ glip 118.105.100.30 -f json | jq '.'
{
"flag": "๐ฏ๐ต",
"contry": "Japan",
"city": "Kasugai",
"subdivision": "Aichi"
}
$ glip 46.171.60.118 -f yaml
---
flag: ๐ต๐ฑ
country: Poland
city: Warsaw
subdivision: Mazovia
$ cargo install glip