system-ip
v1.0.2
Published
An NPM Package to get your own IP Address
Downloads
14
Maintainers
Readme
sytem-ip
An NPM Package to get your own IP Address
Install
$ npm install system-ip
Usage
import {myIP} from "get-your-ip";
const ans = myIP;
console.log(ans);
//=> ['192.168.9.104', '192.168.9.104']
API
myIp
Returns IPv4 address of your system.
Published
Vivek Chaudhary