common-english-words
v0.0.6
Published
> List of common english words
Downloads
9
Readme
Common Words
List of common english words
Install
$ npm install --save common-english-words
Usage
var CommonWords = require("common-english-words");
CommonWords.getWords(function(err, words){
console.log(words);
})