ip_address_info

1.0.5-alpha • Public • Published

Hi, friend! 👋

I created my own module so that you can find out the ip addresses of connected network devices and their name

Installation

To install, type the following command in the terminal:

npm install ip_address_info

Usage

Just import and run the code by writing in the terminal node mainFileName.js.

const getIpInfo = require('ip_address_info');

to see the public or private ip, just call the method.

getIpInfo.getExternalIp();
getIpInfo.getInternalIp();

Thanks. 😏

Readme

Keywords

none

Package Sidebar

Install

npm i ip_address_info

Weekly Downloads

0

Version

1.0.5-alpha

License

ISC

Unpacked Size

6.5 kB

Total Files

4

Last publish

Collaborators

  • sergey_chaplinskiy