https://github.com/nagilum/jsnamerand
Javascript Name Randomizer with a base of 2000 male and female names.
https://github.com/nagilum/jsnamerand
Last synced: 3 months ago
JSON representation
Javascript Name Randomizer with a base of 2000 male and female names.
- Host: GitHub
- URL: https://github.com/nagilum/jsnamerand
- Owner: nagilum
- Created: 2014-04-11T10:10:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T10:16:10.000Z (about 11 years ago)
- Last Synced: 2025-01-16T13:48:01.592Z (4 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript Name Randomizer
Contains a list of 2000 male and female names, and functionality to fetch
single and multiple names.Available in both devlopment version and minified.
2 functions available:
```js
getRandomName()
```Fetches a random name from the list and returns the name in string.
```js
getRandomNames(number)
```Fetches a list of random names from the list and returns an array of strings.