Unique ID for current browser (client).


Keywords
versioned, storage
License
MIT
Install
npm install browser-id@2.0.79

Documentation

browser-id Node.js CI codecov

browserID() function always gives you the same ID for the same browser. You can use it as a key to store user preferences on server side.

const id = browserID();