Skip to content

patlillis/more-words

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

more-words

List of common English words.

Useful if you're creating a word game or just want some words to work with. This list mostly consists of commonly-used words.

Used by acronym.

Install

$ npm install --save more-words

Usage

import words from 'more-words'
// words is just an array of words

console.log(words)
// => [..., 'annoys', 'antagonistic', 'anti', ...]

License

MIT © Pat Lillis

About

A list of common english words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%