more-words

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i more-words

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • patlillis