Package Exports
- pet-names
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pet-names) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pet-names 
Get popular pet names
The name list is just a JSON file and can be used wherever. Originally from cutepetname.com
pet name noun a name that is used instead of someone's usual first name to express fondness or familiarity.
Not accepting PRs for additional names.
Install
$ npm install --save pet-namesUsage
const petNames = require('pet-names');
petNames.random();
//=> 'Snuggle Bunny'API
.all
Type: array
~400 pet names in alphabetical order.
.random()
Type: function
Random pet name.
CLI
$ npm install --global pet-names$ pet-names --help
Examples
$ pet-names
Pumpkin
$ pet-names --all
Adorable
Alliebear
...
Options
--all Get all names instead of a random nameRelated
- cat-names - Get popular cat names
- dog-names - Get popular dog names
- pokemon - Get Pokémon names
- superb - Get superb like words
- superheroes - Get superhero names
- supervillains - Get supervillain names
- yes-no-words - Get yes/no like words
License
MIT © Federico Brigante