network-info

2.0.7 • Public • Published

Display TCP/IP Network Configuration

Installation

cd your_node_project
npm install network-info

Usage

var network = require('network-info');
 
network.displayNetworkInfo();
 
//prints network info to console
 
//Network information...
 
//Network type: _____
//Local IP: _____
//IP Version: _____
//Mac address v6: _____
//Subnet Mask: _____
 

Module homepage: https://www.npmjs.com/package/network-info

Thank you!

Thank you for choosing this module - currently taking pull requests for improvements. If you like the module, don't forget to leave a star! Happy coding

Help us create more modules by donating below:

paypal

License

MIT

Package Sidebar

Install

npm i network-info

Weekly Downloads

1

Version

2.0.7

License

ISC

Unpacked Size

3.89 kB

Total Files

4

Last publish

Collaborators

  • zeroequalsfalse