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
- Run 'npm install random-sports'
const randomSports = require('random-sports')
let myTeam = randomSports.buildTeams(n)
- where n is the number of teams to build