1.1.0 • Published 8 years ago

pseudoword v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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 pseudoword
const pseudoword = require('pseudoword');

pseudoword(7);
//=> 'noorija'

pseudoword(5);
//=> 'atuyo'

CLI

$ npm install --global pseudoword
$ pseudoword --help

License

MIT © Celso Endo