myip-js
v0.0.2
Published
Get global and local IP's.
Downloads
3
Readme
My IP
This is a cli tool that can be used to get local/global IP address, whether it's IPv4 or IPv6.
Installation
It can be installed with npm, a package manager that comes with Node.js.
$ npm i -g myip-js
or with yarn
$ yarn global add myip-js
On some OS' you will need to run it with sudo.