New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fifatables

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fifatables

Definition of Fifa Soccer Game tables

latest
Source
npmnpm
Version
0.2.9
Version published
Maintainers
0
Created
Source

FifaTables

npm version Package License NPM Downloads Build & Publish codecov stars forks HitCount

Library for managing Fifa Soccer tables

🛠️ Install

Nodejs 12 or higher need to be installed first

npm install fifatables

or

yarn add fifatables

🚀 Quick start

Type this into your ts file.

  import { Fifa, fifaConfig, fifaTableConfig, formatRawValue, sortByOrder, Table } from 'fifatables';

  // config class with table definitions for fifa 11
  console.log(fifaConfig(Fifa.Fifa11));

  // read only config for single table
  console.log(fifaTableConfig(Fifa.Fifa11, Table.Leagues));

  // sort config by order
  console.log(fifaTableConfig(Fifa.Fifa11, Table.Leagues).sort(sortByOrder));

  // convert string into correct datatype based on config
  console.log(formatRawValue(fifaTableConfig(Fifa.Fifa11, Table.Leagues)[0], '2000'));

🛠️ Options

Supported versions of Fifa Soccer

Fifa 11 - Fifa 23

Supported tables

TableSupported
competition
dcplayernames
formations
leaguerefereelinks
leagues
leagueteamlinks
manager
nations
playerboots
player_grudgelove
playerloans
playernames
players
previousteam
referee
rivals
rowteamnationlinks
shoecolors
stadiums
teamballs
teamkits
teamnationlinks
teamplayerlinks
teams
teamstadiumlinks

🪪 License

Copyright © 2021 - 2025 Dominik Hladik

All contents are licensed under the MIT license.

Keywords

data

FAQs

Package last updated on 21 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts