Skip to content

linyows/glip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation



GLIP

GLIP: Geographic Location for IP Address with MaxmindDB.

glipTraviscodecovRust DocsMIT License

ใ€€ ใ€€

Usage

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

Installation

$ cargo install glip

Author

linyows

About

๐Ÿ—บ Geographic Location for IP Address with MaxmindDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages