An open API service indexing awesome lists of open source software.

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

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
```