get-ip-onixhometask-01
v1.0.8-alpha
Published
- This npm can show your public and private IP address. # Installation and getting in code - For installation use command: npm i get-ip-onixhometask-01. - If you want to get npm in you code use: require('get-ip-onixhometask-01'). # Usage - For gettin
Downloads
4
Readme
NPM for getting clients IP address
- This npm can show your public and private IP address.
Installation and getting in code
- For installation use command: npm i get-ip-onixhometask-01.
- If you want to get npm in you code use: require('get-ip-onixhometask-01').
Usage
- For getting public IP use method public:
const getIp = require('get-ip-onixhometask-01');
getIp.public();
- // You get console.log with public IP
- For getting private IP use method private:
const getIp = require('get-ip-onixhometask-01');
getIp.private();
- // You get console.log with private IP