npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

cat-names

4.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:5428
$ npm install cat-names
DailyWeeklyMonthlyYearly

cat-names

Get popular cat 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 cat-names

Usage

import {catNames, randomCatName} from 'cat-names';

catNames;
//=> ['Abby', 'Angel', …]

randomCatName();
//=> 'Max'

API

catNames

Type: string[]

Top 100 cat names in alphabetical order.

randomCatName()

Type: Function

Get a 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