m_ip

0.0.3 • Public • Published

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);

/m_ip/

    Package Sidebar

    Install

    npm i m_ip

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • m-onz