0.1.1 • Published 6 years ago

findmyip v0.1.1

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

findmyip

Installing

Node.js environment

npm i findmyip --save

Usage

Node.js environment

const findmyip = require("findmyip");

findmyip.getLocal().then(result => {
    console.log(result); // => [ '192.168.1.10', '127.0.0.1' ]
});

var public = findmyip.getPublic();
console.log(public); // => '8.8.8.8'
0.1.1

6 years ago

0.1.0

6 years ago