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.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting. -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of iponmap or a related project?
Popular Comparisons
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:
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