https://github.com/siddheshk02/ip-tracker
A CLI IP-Tracker app in Golang
https://github.com/siddheshk02/ip-tracker
cobra-cli go-color golang http ip
Last synced: about 2 months ago
JSON representation
A CLI IP-Tracker app in Golang
- Host: GitHub
- URL: https://github.com/siddheshk02/ip-tracker
- Owner: Siddheshk02
- License: mit
- Created: 2022-07-11T07:39:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T20:44:22.000Z (over 3 years ago)
- Last Synced: 2025-05-01T08:31:04.200Z (about 1 year ago)
- Topics: cobra-cli, go-color, golang, http, ip
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
```
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
```