find-or-create-uuid

1.1.0 • Public • Published

machine-uuid

Get machine's hardware UUID on supported platform. If all else fails, then persist a randomly generated uuid in file $homedir/.nodemid

Install

yarn add find-or-create-uuid

Basic example

    require("machine-uuid")(function(uuid) {
      console.log(uuid)
    })

/find-or-create-uuid/

    Package Sidebar

    Install

    npm i find-or-create-uuid

    Weekly Downloads

    2

    Version

    1.1.0

    License

    ISC

    Last publish

    Collaborators

    • miketoth