Skip to content

bejebus/word-list

 
 

Repository files navigation

word-list Build Status

List of English words

Useful if you're creating a word game or just want some words to work with.

Used by word-stream and random-word.

Install

$ npm install --save word-list

Usage

const fs = require('fs');

// Returns the path to the word list which is separated by `\n`
const wordListPath = require('word-list');

const wordArray = fs.readFileSync(wordListPath, 'utf8').split('\n');
//=> […, 'abmhos', 'abnegate', …]

License

MIT © Sindre Sorhus

About

List of English words

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%