node-getmacip
v1.0.0
Published
Get local IP address and MAC address
Downloads
7
Readme
安装
npm install node-getmacip
导入
const {getMac, getIp} = require('node-getmacip')
获取 mac
let mac = getMac()
console.log(mac)
获取 ip
let ip = getIp()
console.log(ip)
开源协议
ISC