words-en

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i words-en

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • amio