m_ip
v0.0.3
Published
get ipv4 network address
Downloads
1
Readme
m_ip
simple tool to get the internal network IP, only for ipv4
From the command line.
> npm install m_ip -g
> m_ip
As a readable stream.
npm install m_ip --save
const m_ip = require('m_ip');
m_ip().pipe(process.stdout);