words-en
v2.0.0
Published
List of English words
Downloads
18
Maintainers
Readme
words-en
List of English words
Useful if you're creating a word game or just want some words to work with.
Install
$ npm install --save words-en
Usage
const words = require('words-en').split('\n')
// => […, 'abmhos', 'abnegate', …]
const filePath = require('words-en/path')
// => '/Users/Amio/git/words-en/words.txt'
License
MIT © Sindre Sorhus and Amio