1.1.4 • Published 7 years ago

vertex-names v1.1.4

Weekly downloads
20
License
MIT
Repository
github
Last release
7 years ago

using node ^6.0.0

npm Build Status Coverage Status

vertex-names

Random (realistic-language-ish) word generator.

const {createWord} = require('vertex-names');

createWord(2); // 'hi'
               //         (that was literally the first word)
               //               i have seen it often:
               //          something "lives"  in the random
               //            and it has a sense of humour
               //                its second word was
               //                      'do'
               //



> for (i = 0; i < 10; i++){ console.log( createWord(11) ); }
redontriost
ansoizustru
soliguwluss
oiseprusene
nondocichid
hydrorasaty
erpitoryelo
nettaluspra
oovelamopef
inizygemord



// optionally release cache/memory when done (see data.json, not that small)
createWord.finished();

// create word and release
createWord(11, {finished: true});
1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago