KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
node-random-mac
★ 12
Open GitHub ↗
Generate a random Mac Address
Download README (.md)
Explore Similar Repositories
_sh
:
Command line tool to generate forks of the _s WordPress starter theme
Twitter-Bootstrap-Cheat-Sheet
:
Twitter Bootstrap Cheat Sheet
node-kestrel
:
Kestrel client module for NodeJS
Caravideo
:
An interactive video mixing system that broadcasts to online video streaming services. Created for the Abandon Normal Devices festival 2012
django-keyvalue
:
A django app for generic Key Value relationships between django model instances. Hang anything off anything.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
node-random-mac
?
Download (.md)
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 ``` js 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 ------- ``` js > 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