iponmap

1.1.0 • Public • Published

iponmap

IpOnMap locates IP address lookup on the world map right in your terminal using awesome nodejs dashboard library blessed-contrib.

You might've seen it in the films about hackers. Now it's real with iponmap.

Demo:

term

screencast demo

Installation

npm install -g iponmap

Usage

pass ips as a parameters

iponmap ip1 ip2 ip3

or through stdin (one ip per line)

cat iplist.txt | iponmap

or

iponmap < iplist.txt

or even

tail -f iplist.log.txt | iponmap  #draws new point on new line 

Arguments

-c,--count: count uniq points

-t, --trace: trace points

Examples

# show my ip on map 
curl -s http://www.telize.com/ip | iponmap
host google.com | iponmap -c
traceroute -n google.com | iponmap -t

Exit from application

escape, q , Ctrl-c

Bugs/Issues/Feature requests

Create new issue here

Readme

Keywords

Package Sidebar

Install

npm i iponmap

Weekly Downloads

4

Version

1.1.0

License

ISC

Last publish

Collaborators

  • nogizhopaboroda