get-my-ip
v0.0.1
Published
Return the best-guess public IP of the local machine.
Downloads
33
Readme
get-my-ip
Returns the best-guess public IP address (IPv4) of the local machine.
Install
npm install get-my-ip
Usage
var getMyIP = require('get-my-ip')
console.log('My IP is:', getMyIP())