node-fingerprint
v1.1.0
Published
Generates a fingerprint of a node instance
Downloads
170,109
Readme
node-fingerprint
Generate a fingerprint for a node process
Original concept taken from cuid.
Fingerprint is based on a hash of pid + hostname.
Install
npm install node-fingerprint
Use
var fingerprint = require('node-fingerprint')()
MIT © Kevin Lanni