Socket
Socket
Sign inDemoInstall

random-syllable

Package Overview
Dependencies
12
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    random-syllable

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


Version published
Weekly downloads
14K
decreased by-16.25%
Maintainers
1
Install size
105 kB
Created
Weekly downloads
 

Readme

Source

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
  • 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.

Keywords

FAQs

Last updated on 25 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc