npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

random-word

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:106
$ npm install random-word
DailyWeeklyMonthlyYearly

random-word

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