0.0.1 • Published 6 years ago

fifa18-teams-list v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

FIFA 18 Teams List

JSON file with all the teams in FIFA18

Install

$ npm install fifa18-teams-list

Usage

const teams = require('fifa18-teams-list');

teams.allRandom();
/* => { group: 'BUNDESLIGA',
teams:
 [ 'Augsburg',
   'Bayern',
   'Berlin',
   'Bremen',
   'Dortmund',
   'Frankfurt',
   'Freiburg',
   'Hamburg',
   'Hannover',
   'Hoffenheim',
   'Köln',
   'Leipzig',
   'Leverkusen',
   'M\'gladbach',
   'Mainz',
   'Schalke',
   'Stuttgart',
   'Wolfsburg' ] } */

API

.all

Type: json

All FIFA18 Teams

.allRandom()

Type: function

Random group of teams.

License

MIT © Johnie Hjelm