1.0.0-semantically-released • Published 8 years ago

fun-pet-names v1.0.0-semantically-released

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.