JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1027
  • Score
    100M100P100Q96638F
  • License MIT

Get a random English word

Package Exports

  • random-word

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (random-word) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

random-word Build Status

Get a random English word from the Letterpress Word List

Usage

$ npm install --save random-word
var randomWord = require('random-word');

randomWord();
//=> ferriferous

randomWord();
//=> microfloppies

CLI

$ npm install --global random-word
$ random-word --help

  Example
    random-word
    ferriferous

Tip

Use it to generate project/release names:

$ echo $(random-word)-$(random-word)
blacksnake-nautics

License

MIT © Sindre Sorhus