more-words
v1.0.2
Published
A list of common english words
Downloads
9
Maintainers
Readme
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