Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 715 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 715 Bytes

🏆 Champ

Champ, slugger, skip, ace... Get one of these names!

Build Status

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!

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 for being such a champ!