Generate pronounceable text
npm install make-wordjavascript
let makeWord = require('make-word');
makeWord();
// otheiful
for(let i = 0; i < 10; i++) {
makeWord(2, 10);
}
// wheiskine
// athight
// qujhogh
// gheyeegru
// uquly
// criespell
// aw
// st
`
Installation
`
$ npm install pronounceable-text-generator
`
API
`javascript
var makeWord = require('make-word');
``