add node-getmac modules

This commit is contained in:
life
2018-12-11 17:30:54 +08:00
parent 17e65292a5
commit ec6ab9efdb
5 changed files with 132 additions and 0 deletions

2
tests/test_getmac.js Normal file
View File

@@ -0,0 +1,2 @@
var macAddr = require('node-getmac');
console.log(macAddr)