just-show-my-ip
v1.0.2-alpha
Published
Function that return host ip address
Downloads
2
Readme
Just show my ip (just-show-my-ip)
A simple node.js package that shows host ip address. The package returns a string with ip address.
Install:
npm i just-show-my-ip
Usage:
const getMyIp = require('getMyIp');
console.log(getMyIp());
Result:
$ node index.js
143.124.53.145