0.01
No commit activity in last 3 years
No release in over 3 years
A command-line application to help determine the location information from a given ip address or url. This application is meant to be easy to operate and attempts to follow simple unix philosophies to easily sit right along side commands like whoami in your command-line arsenal.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0
~> 3.0

Runtime

 Project Readme

Whereisthis

This gem is meant to be simple, easy to operate command-line application to help determine the location information from a given ip address or url.

Screen Shot

screen_shot

Installation

$ gem install whereisthis

Usage

Useage is meant to be fairly straightforward. The application even defaults to a help menu.

Ip Address

Get all information about a particular ip address 8.8.8.8:

$ whereisthis 8.8.8.8

or

$ whereisthis -i 8.8.8.8

Url

Get all information about a particular url www.google.com:

$ whereisthis www.google.com

or

$ whereisthis -w www.google.com

Help Menu

Help menu -h or --help or just run the application without any arguments:

  -c, --city           Show the city location information if possible
  -r, --region         Show the region location information if possible
  -C, --Country        Show the country location information if possible
  -g, --gps            Show the latitude and longitude information if possible
  -p, --postal         Show the postal information if possible
  -o, --org            Show the organization information if possible
  -H, --Hostname       Show the hostname information if possible
  -i, --ip=<s>         Specify the ip address to lookup
  -w, --website=<s>    Specify the website url to lookup
  -v, --version        Print version and exit
  -h, --help           Show this message

License

The gem is available as open source under the terms of the MIT License.