Skip to content
/ go-geoip Public

๐ŸŒŽ CLI tool for easy retrieval of geographical information about an IP/hostname

Notifications You must be signed in to change notification settings

fteem/go-geoip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

go-geoip

A simple CLI tool that fetches geographical information about an IP or a hostname. The data is fetched by querying Freegeoip.net.

Usage

The IP/hostname has to be provided using the -target option:

> go-geoip -target github.com

IP: 192.30.253.112
City: San Francisco (CA)
Country: United States (US)

Or

> go-geoip -target 192.30.253.112

IP: 192.30.253.112
City: San Francisco (CA)
Country: United States (US)

About

๐ŸŒŽ CLI tool for easy retrieval of geographical information about an IP/hostname

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages