Skip to content

h10a/fun-pet-names

 
 

Repository files navigation

pet-names

Get random names from Pets.

Installation

This package is distributed via npm:

npm install fun-pet-names

Usage

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.

Packages

No packages published

Languages

  • JavaScript 100.0%