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:
Installation
npm install -g iponmapUsage
$ iponmap -h
Usage: iponmap [options] [ip...]
Options:
-h, --help output usage information
-v, --version output the version number
-t, --trace trace points
-c, --count count uniq pointspass ips as a parameters
iponmap ip1 ip2 ip3or through stdin (one ip per line)
cat iplist.txt | iponmapor
iponmap < iplist.txtor even
tail -f iplist.log.txt | iponmap #draws new point on new lineArguments
-c,--count: count uniq points
-t, --trace: trace points
-h, --help: print help message
-v, --version: print version
Examples
# show my ip on map
curl -s http://www.telize.com/ip | iponmaphost google.com | iponmap -ctraceroute -n google.com | iponmap -tExit from application
escape, q , Ctrl-c
Bugs/Issues/Feature requests
Create new issue here