IP-Tracker

 go run main.go

CLI IP-Tracker app in Golang.

Usage:
  IP-Tracker [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  trace       Trace the IP
  version     Get the version

Flags:
  -h, --help     help for IP-Tracker
  -t, --toggle   Help message for toggle

Use "IP-Tracker [command] --help" for more information about a command.

go run main.go trace {ip address}

 go run main.go trace 8.8.4.4

Output:

DATA FOUND :
IP: 8.8.4.4
CITY: Mountain View
REGION: California
COUNTRY: US
LOCATION:
TIMEZONE: America/Los_Angeles
POSTAL: 94043

GitHub

View Github