g3offrey / iploc

πŸ” CLI utility to find location information of an IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iploc

iploc is a CLI utility that output location information for an IP address

Build

Build the project with Golang compiler.

If you are interested in the project, and want a build for your environment, please open an issue.

    go build iploc.go
    ./iploc <ip address>

Usage/Examples

  $ iploc 8.8.8.8
  > ip 8.8.8.8 is located in Mountain View (US) at 37.75, -97.82 

Advisory

Please notice that this project was built in a few hours for a personal usage only.

About

πŸ” CLI utility to find location information of an IP address

License:MIT License


Languages

Language:Go 100.0%