mirror of https://github.com/jkjoy/sunpeiwen.git
9a9cb42f53 | ||
---|---|---|
.. | ||
dist | ||
.npmignore | ||
README.md | ||
index.js | ||
package.json | ||
test.js |
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