random-syllable

1.0.1 • Public • Published

random-syllable

Return a semi-speakable syllable, 2 or 3 letters.

MIT License

build:? coverage:?

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.

Package Sidebar

Install

npm i random-syllable

Weekly Downloads

14,758

Version

1.0.1

License

MIT

Last publish

Collaborators

  • bubkoo