meow-names
v1.0.1
Published
Get popular random cat names
Downloads
2
Maintainers
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.