0.0.5 • Published 6 years ago

ipeek v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

iPeek

About

iPeek is a command line utility designed to get geolocation about a given IP address (v4 or v6)

Installing iPeek

iPeek can be installed using NPM:

npm install -g ipeek

Using iPeek

Once you've installed iPeek globally using NPM, you're good to go!

iPeek has the following available options:

Usage: ipeek [options]

Options:

  -v, --version       output the version number
  --v4 <IP Address>   Get location data for a given IPV4 Address
  --v6 <IP Address>   Get location data for a given IPV6 Address
  --dns <IP Address>  Look up an IP address using DNS services
  -h, --help          output usage information

Example

V4 lookup example:

$ ipeek --v4 8.8.8.8

Getting information for 8.8.8.8

Returned Information:

ip: 8.8.8.8
city: Mountain View
region: California
region_code: CA
country: US
country_name: United States
continent_code: NA
in_eu: false
postal: 94035
latitude: 37.386
longitude: -122.0838
timezone: America/Los_Angeles
utc_offset: -0700
country_calling_code: +1
currency: USD
languages: en-US,es-US,haw,fr
asn: AS15169
org: Google LLC

Limitations

This project is NOT meant to be used to look up local IP addresses

History

  • Alpha v0.0.5
    • Updated documentation
  • Alpha v0.0.4
    • Typo fix on v6 module
    • Added an indicator for fetch information
  • Alpha v0.0.3
    • Fixed install issue
  • Alpha v0.0.1 - Initial release

Issues

Do you have any issues or recommendations for this package? Feel free to open an issue in the issue section. I'm always happy to help :D

Donating

Like what I do?

Please consider donating even a little. These projects do take time and effort to maintain.

License

This project is licensed under the MIT License - see the LICENSE file for details

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago