1.0.1 • Published 9 years ago
random-syllable v1.0.1
random-syllable
Return a semi-speakable syllable, 2 or 3 letters.
Install
$ npm install --save random-syllable
Usage
var randomSyllable = require('random-syllable');
// API
// - randomSyllable([options]);
// options
// - length
randomSyllable();
// => fop
randomSyllable({ length: 2 });
// => 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.