@xdanangelxoqenpm/odio-nobis-quae
v1.0.0
Published
[](https://github.com/xdanangelxoqenpm/odio-nobis-quae/actions?query=workflow%3A"Node.js+CI") [;
const genderEN = getGender('Andrea', 'en');
const genderIT = getGender('Andrea', 'it');
const genderES = getGender('Andrea', 'es');
const genderFR = getGender('Andrea', 'fr');
const genderDE = getGender('Andrea', 'de');
const gender = getGender('Jennifer');
console.log(genderEN); // female
console.log(genderIT); // male
console.log(genderES); // male
console.log(genderFR); // male
console.log(genderDE); // female
console.log(gender); // femaleSupported languages
en, it, es, fr, de
Run tests
npm test
Run lint
npm run lint
Contribute
Feel free to contribute to this project to add more names in different languages.

