Returns a random English word from the Letterpress Word List by length.
$ npm install --save random-word-of-length
var randomWord = require('random-word-of-length');
randomWord(6);
//=> boride
You can also use it as a CLI app by installing it globally:
$ npm install --global random-word-of-length
$ random-word-by-length -l 4
goor