1.0.4-alpha • Published 2 years ago

to-know-ip v1.0.4-alpha

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

What is this?

using this library you can to know local or public IP address. When calling a function 'getIpInfo', pass parameter you want: 'public' or 'local'

Installation

npm install to-know-ip

Usage

const getIp = require('to-know-ip');

local IP

const ip = getIP.getIpInfo('local');

public IP

const ip = getIP.getIpInfo('public');

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