1.0.9 • Published 7 years ago

machine-uuid-sync v1.0.9

Weekly downloads
218
License
ISC
Repository
github
Last release
7 years ago

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.