1.1.0 • Published 9 years ago
pseudoword v1.1.0
pseudoword-js
Generates a random pseudoword
Definition
"A pseudoword or non-word is a unit of speech or text that appears to be an actual word in a certain language, while in fact it has no meaning in the lexicon. It is a kind of non-lexical vocable." Wikipedia
Usage
$ npm install --save pseudowordconst pseudoword = require('pseudoword');
pseudoword(7);
//=> 'noorija'
pseudoword(5);
//=> 'atuyo'CLI
$ npm install --global pseudoword$ pseudoword --helpLicense
MIT © Celso Endo