word-list-json

v0.2.0
List of English words
word words word-list list en english dict dictionary

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

npm i word-list-json

Metadata

  • MIT
  • >=0.10.0
  • Sindre Sorhus
  • released 7/27/2014

Downloads

Maintainers