Skip to content

Siddheshk02/IP-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 go get -u github.com/Siddheshk02/IP-Tracker

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

Releases

No releases published

Packages

No packages published

Languages