machine-uuid-sync
v1.0.9
Published
get machine's uuid
Downloads
2,257
Maintainers
Readme
machine-uuid-sync
A synchronous version of machine-uuid.
Get machine's hardware UUID.
Install
npm install machine-uuid-sync
Basic example
uuid = require("machine-uuid-sync")();
console.log(uuid);
Another example
You can set the location where you want the .nodemid
file to be created if the module can't retrieve the serial number.
uuid = require("machine-uuid")("/another/folder/")
This can example be useful in an electron application when you compile your app in asar.