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

browser-fingerprint

Generate a fingerprint for a browser

Original concept taken from cuid.

Fingerprint is based on a hash of mimeTypes count + userAgent string length + global properties count.

Install

npm install browser-fingerprint

Use

var fingerprint = require('browser-fingerprint')()

MIT © Kevin Lanni