heb-names
v1.0.1
Published
generate hebrew names
Downloads
2
Readme
heb-names
this is a super simple utility to generate random placeholder names in hebrew.
usage
var hebNames = require('heb-names');
console.log(`say hello to: ${hebNames.generate()}!`);
there is only one function called generate
:
function generate(gender) { ... }
use 'female' or 'male'
for coresponding names;