Skip to content

This is a command-line utility tool to fetch GeoLocation information for a given IP Address.

License

Notifications You must be signed in to change notification settings

getsaiful/getipinfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getipinfo

This is a command-line utility tool to fetch GeoLocation information for a given IP Address.

Installation

MacOSX

$ wget https://github.com/maateen/getipinfo/releases/download/v0.1-alpha/getipinfo-darwin-amd64-v0.1-alpha
$ cp bin/getipinfo-darwin-amd64-v0.1-alpha /usr/local/bin/getipinfo
$ chmod +x /usr/local/bin/getipinfo

Usage

$ getipinfo

IP Address: 45.125.222.5
City: Dhaka
Region: Dhaka Division
Country: Bangladesh
Postal Code: 1000
Time Zone: Asia/Dhaka
ISP: Carnival Internet

$ getipinfo 52.50.245.180

IP Address: 52.50.245.180
City: Dublin
Region: Leinster
Country: Ireland
Postal Code: D02
Time Zone: Europe/Dublin
ISP: Amazon Technologies Inc.

About

This is a command-line utility tool to fetch GeoLocation information for a given IP Address.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 66.2%
  • Makefile 33.8%