chenxixian 26f6b37cfe add files 6 years ago
..
dist 26f6b37cfe add files 6 years ago
.npmignore 26f6b37cfe add files 6 years ago
README.md 26f6b37cfe add files 6 years ago
index.js 26f6b37cfe add files 6 years ago
package.json 26f6b37cfe add files 6 years ago
test.js 26f6b37cfe add files 6 years ago

README.md

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