Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - sindresorhus/dog-names: :dog: Get popular dog names
:dog: Get popular dog names. Contribute to sindresorhus/dog-names development by creating an account on GitHub.
Visit SiteGitHub - sindresorhus/dog-names: :dog: Get popular dog names
:dog: Get popular dog names. Contribute to sindresorhus/dog-names development by creating an account on GitHub.
Powered by 0x5a.live π
dog-names
Get popular dog names
The name lists are just JSON files and can be used anywhere.
I'm not accepting PRs for additional names.
Install
npm install dog-names
Usage
import {randomFemaleDogName} from 'dog-names';
randomFemaleDogName();
//=> 'Lucy'
API
dogNames
Type: string[]
Top 200 dog names sorted by popularity.
femaleDogNames
Type: string[]
Top 100 female dog names sorted by popularity.
maleDogNames
Type: string[]
Top 100 male dog names sorted by popularity.
randomDogName()
Type: Function
Get a random dog name.
randomFemaleDogName()
Type: Function
Get a random female dog name.
randomMaleDogName()
Type: Function
Get a random male dog name.
CLI
npm install --global dog-names
$ dog-names --help
Get popular dog names
Usage
$ dog-names
Options
--all Get all the names instead of a random name
--type Type of name [Default: all] [Values: female, male, all]
Examples
$ dog-names
Lucy
$ dog-names --all --type male
Max
Buddy
β¦
Related
- cat-names - Get popular cat names
- pokemon - Get PokΓ©mon names
- superb - Get superb like words
- superheroes - Get superhero names
- supervillains - Get supervillain names
- yes-no-words - Get yes/no like words
NodeJS Resources
are all listed below.
Made with β€οΈ
to provide different kinds of informations and resources.