1.1.1 • Published 7 years ago

randid v1.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

This package will help you quickly generate a messy looking ID, which is completely random and collision rate is identical to GUIDs.

How to use:

npm install randid --save

Example code:

const randid = require('randid');

const id = randid.generate();
1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago