An open API service indexing awesome lists of open source software.

https://github.com/baslr/bower-mac-addr

generate mac addresses in the browser
https://github.com/baslr/bower-mac-addr

Last synced: 2 months ago
JSON representation

generate mac addresses in the browser

Awesome Lists containing this project

README

          

bower-mac-addr
==============

generate mac addresses in the browser

### usage

```javascript
mac = require('mac-addr')

uncastAddr = mac.getUnicast()
multicastAddr = mac.getMulticast()