1.0.0 • Published 6 years ago

bible-female-names v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Install

$ npm install bible-female-names

Names from biblegateway.com

Usage

const bibleFemaleNames = require('bible-female-names');

bibleFemaleNames.rand();
//=> 'Elisabeth'

API

rand()

Type: function

Return Bible female name

.all

Type: array

Over 150+ female names from The Bible.

CLI

$ bible-female-names --help

	Examples
		$ bible-female-names
		Elisabeth

		$ bible-female-names --all
		Abi
		Abia
		Abiah
		Abigail
		...

		Options
			--all      Get all names
			--who-was  Search on Google for the name

Team

Carlos Abraham Logo
Carlos Abraham

Related

bible-male-names:  📖  get male names from The Bible 👕

License

MIT License © Carlos Abraham