$ npm install random-word
Get a random English word
npm install random-word
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.