random-word
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/random-word package

2.0.0 • Public • Published

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'

Related

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i random-word

Weekly Downloads

895

Version

2.0.0

License

MIT

Last publish

Collaborators

  • sindresorhus