doggie-names
v3.1.0
Published
Get popular dog names
Downloads
13
Maintainers
Readme
dog-names
Get popular dog names
The name list is just a JSON file and can be used anywhere.
I'm not accepting PRs for additional names.
Install
$ npm install dog-names
Usage
const dogNames = require('dog-names');
dogNames.all;
//=> ["Akbash Dog", "Akita", …]
dogNames.random();
//=> 'Armant'
API
.all
Type: string[]
Top 100 dog names in alphabetical order.
.random()
Type: Function
Random dog name.
CLI
$ npm install --global dog-names
$ dog-names --help
Examples
$ dog-names
Armant
$ dog-names --all
Akbash Dog
Akita
…
Options
--all Get all names instead of a random name
Related
- pokemon - Get Pokémon names
- superb - Get superb like words
- superheroes - Get superhero names
- supervillains - Get supervillain names
- random-tree-names - Get tree names
- yes-no-words - Get yes/no like words