Popularity
3.1
Declining
Activity
1.7
-
220
13
31
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags:
Weird
List
CLI
Cli-app
Random
Rand
Bin
Name
Cat
Array
Kitten
Words
Word
Male
Female
Names
Animal
Cats
Latest version: v3.0.0
cat-names alternatives and similar modules
Based on the "Weird" category.
Alternatively, view cat-names alternatives based on common mentions on social networks and blogs.
Get performance insights in less than 4 minutes.
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Promoted
scoutapm.com
Do you think we are missing an alternative of cat-names or a related project?
README
cat-names 
Get popular cat names
[](dofle.jpg)
The name list is just a [JSON file](cat-names.json) and can be used anywhere.
I'm not accepting PRs for additional names.
Install
$ npm install cat-names
Usage
const catNames = require('cat-names');
catNames.all;
//=> ['Abby', 'Angel', …]
catNames.random();
//=> 'Max'
API
.all
Type: string[]
Top 100 cat names in alphabetical order.
.random()
Type: Function
Random cat name.
CLI
$ 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
Related
- dog-names - Get popular dog names
- 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
License
MIT © Sindre Sorhus
*Note that all licence references and agreements mentioned in the cat-names README section above
are relevant to that project's source code only.