https://github.com/itsjonq/champ
🏆 Champ: Captain, slugger, skip, ace... Get one of these names!
https://github.com/itsjonq/champ
champ name random
Last synced: about 2 months ago
JSON representation
🏆 Champ: Captain, slugger, skip, ace... Get one of these names!
- Host: GitHub
- URL: https://github.com/itsjonq/champ
- Owner: ItsJonQ
- License: mit
- Created: 2019-10-16T18:59:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T01:55:35.000Z (over 3 years ago)
- Last Synced: 2025-03-03T08:15:44.636Z (over 1 year ago)
- Topics: champ, name, random
- Language: JavaScript
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏆 Champ
> Champ, slugger, skip, ace... Get one of these names!
[](https://travis-ci.org/ItsJonQ/champ)
## Getting Started
Add this module to your project by running:
```
npm install @itsjonq/champ
```
## Usage
Import the `getName` function from the library to get a random (awesome) name!
```js
import { getName } from '@itsjonq/champ'
getName()
// slugger
```
## API
#### getName([seed])
Returns a random name (`string`), from the list of names.
###### seed
Type: `number`
Retrieves a specific name from the list of names.
## Thanks
Thanks to [@hownowstephen](https://github.com/hownowstephen) for being such a **champ**!