ipgeocli

A CLI tool that finds the location of IP addresses. Built to demonstrate my library ipgeolocate.

Install it by simply doing $ cargo install ipgeo

``` ipgeo 0.1.1 Grant H. grantshandy@gmail.com Finds IP locations

USAGE: ipgeo [FLAGS] [OPTIONS] [--] [ADDRESS]

FLAGS: -h, --help Prints help information -s, --silent run without extra output -V, --version Prints version information -v, --verbose run with verbose output

OPTIONS: -f, --fields ... choose what fields to print about the IP address. [possible values: ip, latitude, longitude, city, region, country, timezone, method] -m, --method choose Geolocation API, if not set it defaults to ipapi. [possible values: ipwhois, ipapi, ipapico, freegeoip]

ARGS:

what IP address to look up, if none are selected your IP address will be chosen

```