deno_machine_id

Get the unique ID of the current machine

MIT License

Stars
5
Committers
2

Get the unique ID of the current machine

Cross platform support

Usage

// Permission in Windows: --allow-run --allow-env=$windir
// Permission in MacOS: --allow-run=/usr/sbin/ioreg
// Permission in Linux: --allow-read=/var/lib/dbus/machine-id,/etc/machine-id
import { getMachineId } from "https://deno.land/x/[email protected]/mod.ts";

console.log("My Machine ID: ", await getMachineId());

License

The MIT License

Package Rankings
Top 10.84% on Deno.land
Badges
Extracted from project README
Build Status