Skip to main content
Deno 2 is finally here 🎉️
Learn more

Build Status

Get the unique ID of the current machine

Usage

require --allow-run or --allow-all flag

import { getMachineId } from "https://lib.axetroy.xyz/github.com/axetroy/deno_machine_id/mod.ts";

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

License

The MIT License