Get popular cat names
The name list is just a JSON file and can be used wherever.
Not accepting PRs for additional names.
$ npm install --save cat-names
const catNames = require('cat-names');
catNames.random();
//=> 'Max'
Type: array
Top 100 cat names in alphabetical order.
Type: function
Random cat name.
$ npm install --global cat-names
$ cat-names --help
Examples
$ cat-names
Max
$ cat-names --all
Abby
Angel
...
Options
--all Get all names instead of a random name
- dog-names - Get popular dog 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
MIT © Sindre Sorhus