1.0.142 • Published 1 year ago

inder-utils v1.0.142

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Ip-Utils

Exemple Usage

const ipUtils = require('ip-utils');

(async () => {
  try {
    const privateIP = await ipUtils.getPrivateIP();
    console.log(`Private IP: ${privateIP}`);

    const port = await ipUtils.openPort(3000);
    console.log(`Port ${port} opened.`);
  } catch (err) {
    console.error(err);
  }
})();
1.0.142

1 year ago

1.0.141

1 year ago

1.0.140

1 year ago

1.0.14

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago