Skip to content

sindresorhus/random-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get a random English word

Resources

License

Code of conduct

Contributing

Stars

71 stars

Watchers

5 watching

Forks

Packages

 
 
 

Contributors