node-mac-address

1.0.0 • Public • Published

node-mac-address Build Status

Node package to get current machine's MAC address (For Linux and Windows).

Install

$ npm install --save node-mac-address

Usage

var mc = require('node-mac-address');
mc.getMAC(function(err, MAC) {
    console.log(MAC);
});

License

MIT © Mandeep Singh

TODO

Mac OS X part.

Readme

Keywords

Package Sidebar

Install

npm i node-mac-address

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • daxlab