/iploc

🔍 CLI utility to find location information of an IP address

Primary LanguageGoMIT LicenseMIT

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.