word-list-json

List of English words

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
word-list-json
0.2.09 years ago9 years agoMinified + gzip package size for word-list-json in KB

Readme

word-list-json
List of English words

Useful if you're creating a word game or just want some words to work with.
Used by name-me.

Install

$ npm install --save word-list-json

Usage

// a json array of words
var wordList = require('word-list-json');
wordlist is sorted by length, in addition to the usual length property the array also has a 'lengths' property which is a dict with keys of word lengths and values which are the array index after the last word of that length e.g. what the array length would be if it had no words with a longer length.

License

MIT © Sindre Sorhus