1.0.2 • Published 3 years ago

rememberable-ids v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago