hexo/node_modules/node-fingerprint/README.md

24 lines
329 B
Markdown
Raw Normal View History

2023-09-25 15:58:56 +08:00
# node-fingerprint
> Generate a fingerprint for a node process
Original concept taken from [cuid](https://github.com/ericelliott/cuid).
Fingerprint is based on a hash of pid + hostname.
## Install
```
npm install node-fingerprint
```
## Use
```
var fingerprint = require('node-fingerprint')()
```
---
MIT © Kevin Lanni