1.0.2 • Published 9 years ago
more-words v1.0.2
more-words
List of common English words.
Useful if you're creating a word game or just want some words to work with. This list mostly consists of commonly-used words.
Used by acronym.
Install
$ npm install --save acronym
Usage
import words from 'more-words'
// words is just an array of words
console.log(words)
// => [..., 'annoys', 'antagonistic', 'anti', ...]
License
MIT © Pat Lillis