An open API service indexing awesome lists of open source software.

https://github.com/abranhe/bible-female-names

📖 get female names from The Bible 👗
https://github.com/abranhe/bible-female-names

bible bible-female-name female-names names

Last synced: about 1 month ago
JSON representation

📖 get female names from The Bible 👗

Awesome Lists containing this project

README

          









Bible-Female-Names: get female names from The Bible







# Install

```
$ npm install bible-female-names
```

Names from [biblegateway.com](https://www.biblegateway.com/resources/all-women-bible/Chapter-2-Alphabetical)

# Usage

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

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

# API

**rand()**

Type: `function`

> Return Bible female name

**.all**

Type: `array`

Over [150+](https://github.com/abranhe/bible-female-names/blob/master/bible-female-names.json) 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](https://avatars3.githubusercontent.com/u/21347264?s=50&v=4)](https://19cah.com)|
| :-: |
| [Carlos Abraham](https://github.com/abranhe) |

# Related

[bible-male-names](https://github.com/abranhe/bible-male-names):  📖  get male names from The Bible 👕

# License

[MIT](https://github.com/abranhe/bible-female-names/blob/master/LICENSE) License © [Carlos Abraham](https://github.com/abranhe/)