chenxixian 26f6b37cfe add files 6 лет назад
..
dist 26f6b37cfe add files 6 лет назад
.npmignore 26f6b37cfe add files 6 лет назад
README.md 26f6b37cfe add files 6 лет назад
index.js 26f6b37cfe add files 6 лет назад
package.json 26f6b37cfe add files 6 лет назад
test.js 26f6b37cfe add files 6 лет назад

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