externalip

get your external ip base on `curlmyip.com`

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
externalip
1.0.27 years ago9 years agoMinified + gzip package size for externalip in KB

Readme

externalip
WARNING: perhaps https://github.com/sindresorhus/public-ip is more and more fast, but opendns does not work fine at mainland china.
Build Status
get your external ip in Node.js

install

npm i externalip

usage

externalip(function (err, ip) {
  console.log(ip); // => 8.8.8.8
});