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

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