Skip to content

gpt-modules/network-address

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

network-address

get the local network address of your machine

npm install network-address

it is easy to use

var address = require('network-address');

console.log(address());    // prints something like 192.168.3.102

it is also available as a command line tool

npm install -g network-address

you are now able to run network-address in your terminal

About

get the local network address of your machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published