random-word

April 30, 2024 ยท View on GitHub

Get a random English word

Install

npm install random-word

Usage

import randomWord from 'random-word';

randomWord();
//=> 'ferriferous'

randomWord();
//=> 'microfloppies'

The underlying list of words is a 2.7 MB text file with 274,925 English words.

Related

  • random-word-cli - CLI for this package

Contents

  1. 1Install
  2. 2Usage
  3. 3Related