random-word

Get a random English word


Keywords
word, words, random, en, english, dict, dictionary
License
MIT
Install
npm install random-word@2.0.0

Documentation

random-word Build Status

Get a random English word

Install

$ npm install --save random-word

Usage

const randomWord = require('random-word');

randomWord();
//=> 'ferriferous'

randomWord();
//=> 'microfloppies'

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

Related

License

MIT © Sindre Sorhus