Simpler words Suggests shorter, simpler alternatives to long words. Installation npm install simpler-words Usage var simplerWords = require('simpler-words'); var alternatives = simplerWords('additional'); // alternatives -> ['more', 'extra'] Credit @duereg for the list of wordy words in his too-wordy library. License MIT