1.0.8 • Published 4 years ago

xingwa_mac v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

xingwa_mac

Get the MAC address of the current machine you are on.

This library will not run in web browsers / on the client-side / in webpack / in browserify / in angular / in react / in jQuery / in HTML. It will only run on Node.js environments, which the web browser is not.

Usage

import getMac from "xingwa_mac";
console.log(getMac());

Content

if more than 2 MAC address ,return Array;
if only 1 MAC address ,return String;
if 0 MAC address,return NULL;

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago