1.0.3 • Published 6 years ago

@pnkbrn/cat-names v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

cat-names

this npm package provides the top 100 most adorable and cute cat names randomly.

Install

npm install @pnkbrn/cat-names

API

  • getRandomCatName() returns a random cat name
  • getAllCatNames() returns an array of all the cute cat names

Usage

Library

const catNames = require('@pnkbrn/cat-names')
console.log(catNames.getRandomCatName())

CLI

npx @pnkbrn/cat-names outputs 1 cat name

npx @pnkbrn/cat-names 4 outputs 4 cat names

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago