Popularity
3.2
Stable
Activity
0.0
Stable
303
10
23

Programming language: JavaScript
License: The Unlicense
Tags: Map     Command Line Apps     CLI     Geo    

iponmap alternatives and similar modules

Based on the "Command Line Apps" category.
Alternatively, view iponmap alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of iponmap or a related project?

Add another 'Command Line Apps' Module

README

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:

screencast demo

Installation

npm install -g iponmap

Usage


$ 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 points

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

-h, --help: print help message

-v, --version: print version

Examples

# show my ip on map
curl http://ipinfo.io/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