Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abranhe/bible-male-names
📖 Get male names from the Bible 👕
https://github.com/abranhe/bible-male-names
bible bible-male-names bible-names male-names
Last synced: 8 days ago
JSON representation
📖 Get male names from the Bible 👕
- Host: GitHub
- URL: https://github.com/abranhe/bible-male-names
- Owner: abranhe
- License: mit
- Created: 2018-07-27T20:41:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T18:37:29.000Z (over 5 years ago)
- Last Synced: 2024-10-12T12:15:02.931Z (about 1 month ago)
- Topics: bible, bible-male-names, bible-names, male-names
- Language: JavaScript
- Homepage: https://npm.im/bible-male-names
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
# bible-male-names
> Get over 2000+ male names from [The Bible](https://www.google.com/search?q=The+Bible)
[![](https://img.shields.io/travis/abranhe/bible-male-names.svg?logo=travis)](https://travis-ci.org/abranhe/bible-male-names)
[![](https://abranhe.com/badge.svg)](https://github.com/abranhe)
[![](https://cdn.abranhe.com/badges/cash-me.svg)](https://cash.me/$abranhe)
[![](https://cdn.abranhe.com/badges/patreon.svg)](https://patreon.com/abranhe)
[![](https://img.shields.io/github/license/abranhe/bible-male-names.svg)](https://github.com/abranhe/bible-male-names/blob/master/license)
[![](https://img.shields.io/npm/v/bible-male-names.svg)](https://npmjs.com/package/bible-male-names)## Install
```
$ npm install bible-male-names
```Names from [biblegateway.com](https://www.biblegateway.com/resources/all-men-bible/Alphabetical-Order-All-Men)
## Usage
```js
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+](https://github.com/abranhe/bible-male-names/blob/master/names.json) male names from The Bible.
## Related
- [bible-male-names-cli](https://github.com/abranhe/bible-male-names-cli) CLI for this module
- [bible-female-names](https://github.com/abranhe/bible-female-names): Get female names from The Bible 👗
- [merry-christmas](https://github.com/abranhe/merry-christmas) Get amazing Christmas greetings messages 🎄## License
MIT © [Carlos Abraham](https://abranhe.com)