fifa18-teams-list

v0.0.1
Simple JSON file with the Teams in FIFA 18
json teams fifa fifa18

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

npm i fifa18-teams-list

Metadata

  • MIT
  • Whatever
  • Johnie Hjelm
  • released 1/10/2018

Downloads

Maintainers