Skip to content

Display TCP/IP Network Configuration of current host machine

License

Notifications You must be signed in to change notification settings

martyjacobsdev/network-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: _____

License

MIT

About

Display TCP/IP Network Configuration of current host machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published