/fotmob

:soccer: A wrapper around the unofficial FotMob API

Primary LanguageTypeScriptMIT LicenseMIT

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