/memorable-random-string

Primary LanguageTypeScriptMIT LicenseMIT

memorable-random-string

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

Memorable Random String

This package contains a TypeScript function to generate memorable random strings of Latin characters. The function generates strings that are easy to read, remember, and pronounce, by using a combination of consonants and vowels from the Latin alphabet. This package can be used for generating passwords, unique identifiers, or random words in applications that require easy-to-remember strings. The package is available on GitHub and can be installed via npm

Install

npm install memorable-random-string

Usage

import generateMemorableRandomString from 'memorable-random-string';

generateMemorableRandomString(5);
//=> 'ribot'