Files
ChineseBQB/node_modules/node-fingerprint
2019-07-20 20:37:38 +08:00
..
2019-07-20 20:37:38 +08:00
2019-07-20 20:37:38 +08:00
2019-07-20 20:37:38 +08:00
2019-07-20 20:37:38 +08:00
2019-07-20 20:37:38 +08:00
2019-07-20 20:37:38 +08:00

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