random-syllable
Return a semi-speakable syllable, 2 or 3 letters.
Install
$ npm install --save random-syllable
Usage
var randomSyllable = ; // API// - randomSyllable([options]); // options// - length ;// => fop ;// => ji
Related
- random-lorem - Return a semi-pronounceable random (nonsense) word.
- random-title - Return a random title populated by semi-pronounceable random (nonsense) words.
- random-sentence - Return a random sentence populated by semi-pronounceable random (nonsense) words.
- random-paragraph - Return a random paragraph generated from sentences populated by semi-pronounceable random (nonsense) words.
Contributing
Pull requests and stars are highly welcome.
For bugs and feature requests, please create an issue.