JSPM

unique-hw-id

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 55
  • Score
    100M100P100Q63809F
  • License MIT

generate a unique hardwre id

Package Exports

  • unique-hw-id
  • unique-hw-id/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (unique-hw-id) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

unique-hw-id

A module to generate unique id based on the hardware of the computer.

Quick Start

Install the module:

npm i unique-hw-id

Generate a unique id:

const { generateID } = require('unique-hw-id');

generateID();
// Output: 74c23ffbd9574163d3c7742ced89084635d6424e630a2a157e0087f4f5ee198c

License

MIT