@agychko/get-ip
v1.0.2
Published
Usage this utility to get your private or public IP address. ## Installation npm i @agychko/get-ip ## Usage const getIp = require('@agychko/get-ip') getIp.getPrivateIp() // Get your private IP address getIp.getPublicIp() // Get y
Readme
Get-Ip
Usage this utility to get your private or public IP address.
Installation
npm i @agychko/get-ipUsage
const getIp = require('@agychko/get-ip')
getIp.getPrivateIp() // Get your private IP address
getIp.getPublicIp() // Get your public IP address