All Projects → bgrnwd → fotmob

bgrnwd / fotmob

Licence: MIT license
⚽ A wrapper around the unofficial FotMob API

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fotmob

Epl Fantasy Geek
English Premier League 2017-18 Fantasy Stats for Geeks
Stars: ✭ 50 (+127.27%)
Mutual labels:  soccer, football
worldfootballR
A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat and fotmob
Stars: ✭ 188 (+754.55%)
Mutual labels:  football, fotmob
Soccerapi
soccerapi ⚽️ , an unambitious soccer odds scraper
Stars: ✭ 52 (+136.36%)
Mutual labels:  soccer, football
sports.py
A simple Python package to gather live sports scores
Stars: ✭ 51 (+131.82%)
Mutual labels:  soccer, football
soccer-bookmaker-odds
Historical data of bookmaker odds for some of the major soccer European leagues.
Stars: ✭ 16 (-27.27%)
Mutual labels:  soccer, football
Football Cli
⚽ Command line interface for Hackers who love football
Stars: ✭ 984 (+4372.73%)
Mutual labels:  soccer, football
Soccer ggplots
Soccer/football analytics blog posts & data viz from the World Cup, Premier League, Copa America, and beyond. Using ggplot2, ggsoccer, & more. (Est. June 2018) ****Please look at the README for best version of the code!****
Stars: ✭ 115 (+422.73%)
Mutual labels:  soccer, football
Open Data
Free football data from StatsBomb
Stars: ✭ 891 (+3950%)
Mutual labels:  soccer, football
transfermarkt-datasets
⚽️ Extract, prepare and publish Transfermarkt datasets.
Stars: ✭ 60 (+172.73%)
Mutual labels:  soccer, football
Awesome Soccer Analytics
⚽️📈 A curated list of awesome resources related to Soccer Analytics.
Stars: ✭ 244 (+1009.09%)
Mutual labels:  soccer, football
understatr
fetch understat data
Stars: ✭ 72 (+227.27%)
Mutual labels:  soccer, football
kickoff
Open Kick-Off is a fun rewriting attempt of the cult football game Kick Off 2 designed by Dino Dini and released in 1990 by Anco for the Atari ST and the Commodore Amiga. It is written in Java with the help of libGDX.
Stars: ✭ 32 (+45.45%)
Mutual labels:  soccer, football
Golazon
Football data mnmlist way. Built with Next.js and Ruby.
Stars: ✭ 28 (+27.27%)
Mutual labels:  soccer, football
Soccergraphr
Soccer Analytics in R using OPTA data
Stars: ✭ 42 (+90.91%)
Mutual labels:  soccer, football
Datofutbol
Dato Fútbol repository
Stars: ✭ 23 (+4.55%)
Mutual labels:  soccer, football
Understat
An asynchronous Python package for https://understat.com/.
Stars: ✭ 88 (+300%)
Mutual labels:  soccer, football
Footballdata
A hodgepodge of JSON and CSV Football/Soccer data
Stars: ✭ 526 (+2290.91%)
Mutual labels:  soccer, football
World Cup 2018 Cli Dashboard
⚽🏆A World Cup 2018 CLI dashboard – Watch matches in your terminal
Stars: ✭ 529 (+2304.55%)
Mutual labels:  soccer, football
Draw
⚽ Champions League draw simulator
Stars: ✭ 134 (+509.09%)
Mutual labels:  soccer, football
ARGoal
Get more goals. | Virtual Goals & Goal Distance | App Doctor Hu
Stars: ✭ 14 (-36.36%)
Mutual labels:  soccer, football

fotmob

license standard-readme compliant npm Node.js CI

A JavaScript wrapper around the unofficial FotMob API

Table of Contents

Install

npm install fotmob

Usage

import Fotmob from 'fotmob';
const fotmob = new Fotmob();

fotmob.getMatchesByDate("20201020");
fotmob.getLeague("42", "overview", "league", "America/New_York")
fotmob.getTeam("6017", "overview", "team", "America/New_York")
fotmob.getPlayer("1071179")
fotmob.getMatchDetails("3399269")

Contributing

Feel free to open an issue or submit a pull request.

License

MIT © Brian Greenwood

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].