1.0.142 • Published 2 years ago

inder-utils v1.0.142

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.141

2 years ago

1.0.140

2 years ago

1.0.14

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago