fun-pet-names
v1.0.0-semantically-released
Published
Get random pet names
Readme
pet-names
Get random names from Pets.
Installation
This package is distributed via npm:
npm install fun-pet-namesUsage
var names = require('pet-names');
var allNames = names.all;
var randomName = names.random();
var threeRandomNames = names.random(3);Other
Project Setup
This project assumes you have NodeJS v6 or greater installed. You should also have npm v3 or greater installed as well (this comes packaged with Node 6). You'll also need a recent version of git installed as well.
