Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 576 Bytes

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