Skip to content

Produces random ID's on browsers using plugins and cookies for more randomness

Notifications You must be signed in to change notification settings

QubitProducts/really-unique-id

Repository files navigation

Really Unique ID

js-standard-style

Generates a unique ID in the form iiiiiiiiiii-ttttttttt-iiiiiii using a random integer, a timestamp and another random integer (shortened to 7 chars).

The timestamp and random integer are encoded in base36 to keep the ID as small as possible while still using native base conversion.

Usage

var uniqueId = require('really-unique-id')
uniqueId()
// 658gziv02eg-0i7ow06n0-1idzrcv

About

Produces random ID's on browsers using plugins and cookies for more randomness

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •