1.0.8-alpha • Published 2 years ago

get-ip-onixhometask-01 v1.0.8-alpha

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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:
    1. const getIp = require('get-ip-onixhometask-01');
    2. getIp.public();
    3. // You get console.log with public IP
  • For getting private IP use method private:
    1. const getIp = require('get-ip-onixhometask-01');
    2. getIp.private();
    3. // You get console.log with private IP
1.0.8-alpha

2 years ago

1.0.7-alpha

2 years ago

1.0.6-alpha

2 years ago

1.0.5-alpha

2 years ago

1.0.4-alpha

2 years ago

1.0.3-alpha

2 years ago

1.0.2-alpha

2 years ago

1.0.1-alpha

2 years ago