yokozuna-names

1.5.1 • Public • Published

yokozuna-names

travis build codecov coverage version downloads MIT License semantic-release

Get random Yokozuna (Grand Sumo) names.

Logo

Installation

This package is distributed via npm:

npm install yokozuna-names

Usage

var names = require('yokozuna-names');
var allNames = names.all;
var randomName = names.random();
var sevenRandomNames = names.random(7);

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.

  1. Sign up for a GitHub Account (if you don't already have one)
  2. Fork this repo
  3. Clone your fork
  4. In the directory you cloned the repository, run git fetch --all

Dependents (0)

Package Sidebar

Install

npm i yokozuna-names

Weekly Downloads

8

Version

1.5.1

License

MIT

Unpacked Size

6.11 kB

Total Files

4

Last publish

Collaborators

  • forrestgump