1.0.1 • Published 7 years ago

meow-names v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

meow-names

Get popular names for your pet cat

npm.io

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.