common-english-words

0.0.6 • Public • Published

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);
})

Source

Words from http://www.bckelk.ukfsn.org/words/uk1000n.html

Readme

Keywords

none

Package Sidebar

Install

npm i common-english-words

Weekly Downloads

3

Version

0.0.6

License

MIT

Last publish

Collaborators

  • joegesualdo