UNPKG

simpler-words

Version:

Suggests shorter, simpler alternatives to long words

25 lines (15 loc) 499 B
Simpler words - Suggests shorter, simpler alternatives to long words. ### Installation npm install simpler-words ### Usage ```js var simplerWords = require('simpler-words'); var alternatives = simplerWords('additional'); // alternatives -> ['more', 'extra'] ``` ### Credit - [@duereg](https://github.com/duereg) for the list of wordy words in his [too-wordy](https://github.com/duereg/too-wordy) library. ### License [MIT](https://github.com/rowanoulton/simpler-words/blob/master/LICENSE)