meow-names

Get popular random cat names

Usage no npm install needed!

<script type="module">
  import meowNames from 'https://cdn.skypack.dev/meow-names';
</script>

README

meow-names

Get popular names for your pet cat

The name list is just a JSON file and can be used wherever.

Install

$ npm install --save meow-names

Usage

const meowNames = require('meow-names');

meowNames.random();
//=> 'Max'

API

.all

Type: array

All cat names in alphabetical order.

.random()

Type: function

Random cat name.