rememberable-ids
v1.0.2
Published
Generate random rememberable IDs
Downloads
3
Readme
rememberable-ids
This package can generate random human rememberable IDs. It generates them in the format of <number>-<adjective>-<plural noun>
.
The author of the package is not responsible for any innapropriate IDs generated by this package! In that case, please submit an issue with the word in question.
To use it simply do:
const randomID = require("rememberable-ids");
randomID(); // "35-beautiful-things"
randomID(); // "12-funny-submarines"
randomID(); // "364-red-cars"
This package comes with Typescript definitions.