my-local-ip
v1.0.0
Published
tell me my local ip address
Downloads
4,821
Readme
my-local-ip
get your current ip address on the local-network
console.log(require('my-local-ip')())
//==> 192.168.1.33
Also, because sometime you need this (cross-platform!)
> npm install -g my-local-ip
> my-local-ip
192.168.1.33
License
MIT