1.0.1 • Published 7 years ago

heb-names v1.0.1

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

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;