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 👗
- Host: GitHub
- URL: https://github.com/abranhe/bible-female-names
- Owner: abranhe
- License: mit
- Created: 2018-07-28T07:31:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T01:31:07.000Z (almost 8 years ago)
- Last Synced: 2025-08-09T02:29:52.956Z (12 months ago)
- Topics: bible, bible-female-name, female-names, names
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
|[](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/)