Skip to content

abranhe/bible-male-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation



bible-male-names

Get over 2000+ male names from The Bible

Install

$ npm install bible-male-names

Names from biblegateway.com

Usage

const bibleMaleNames = require('bible-male-names');

bibleMaleNames.random();
//=> 'Abraham'

API

random()

Type: function

Return a random male name from The Bible.

.all

Type: string[]

Over 2000+ male names from The Bible.

Related

License

MIT Β© Carlos Abraham