Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - sindresorhus/cat-names: :cat2: Get popular cat names

:cat2: Get popular cat names. Contribute to sindresorhus/cat-names development by creating an account on GitHub.

Visit SiteGitHub - sindresorhus/cat-names: :cat2: Get popular cat names

GitHub - sindresorhus/cat-names: :cat2: Get popular cat names

:cat2: Get popular cat names. Contribute to sindresorhus/cat-names development by creating an account on GitHub.

Powered by 0x5a.live πŸ’—

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

NodeJS Resources

are all listed below.

Resources

listed to get explored on!!

Made with ❀️

to provide different kinds of informations and resources.