1.0.1 • Published 8 years ago

random-sports v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Random Sports

This is a random sports team generator that includes city, team mascot (which is a random business word), and a roster of fake players with random jersey numbers.

Installation

  1. Run 'npm install random-sports'
  2. const randomSports = require('random-sports')
  3. let myTeam = randomSports.buildTeams(n) - where n is the number of teams to build