1.0.1 • Published 8 years ago

random-syllable v1.0.1

Weekly downloads
4,005
License
MIT
Repository
github
Last release
8 years ago

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.