simple-words npm module containing 700+ words longer of length 3-7. usage const words = require('simple-words') words.one()// "voice" words.pick(5)// [ "cold", "toe", "key", "secret", "some" ] words.all// [ "able", "about", ... , "you", "young" ] install npm install --save simple-words license MIT