1.1.1 • Published 11 years ago
web2a v1.1.1
web2a 
A JS implementation of the Webster's Second Internations appendix english wordlist.
Installation
npm install web2aAPI
Get a random entry from the list:
var web2a = require('web2a');
console.log(web2a.random(dash, toLowerCase, dict));dash and toLowerCase are booleans. dict can be an array or a path to a dictionary.
License
See LICENSE.