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
npm install @agychko/get-ip