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

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.

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.