random-mac

0.0.5 • Public • Published

random-mac

Generate a random Mac Address

Install

Install for local use as a module

npm install random-mac

Install globally to use the command line tool random-mac(1)

npm install -g random-mac

Usage

module

var randomMac = require('random-mac');

command line

~$ random-mac
54:52:00:6f:56:c2
~$ random-mac 00:11:22
00:11:22:ce:ae:07

Example

> var randomMac = require('random-mac');
undefined
> randomMac()
'54:52:00:2d:45:4b'
> randomMac()
'54:52:00:66:8d:10'
> randomMac('00:11:22')
'00:11:22:09:66:7c'
>
~$ examples/random-mac.js
54:52:00:a3:c7:ab

License

MIT Licensed

Package Sidebar

Install

npm i random-mac

Weekly Downloads

1,113

Version

0.0.5

License

MIT

Unpacked Size

2.42 kB

Total Files

6

Last publish

Collaborators

  • bahamas10