csainty / open-fpl

Open-source Fantasy Premier League tools

Home Page:https://openfpl.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open FPL is a open-source web application that consists of various tools for Fantasy Premier League. It aims to complement the game experience and bring out the best from the team manager by providing statistics, data visualisation and other utility tools.

Overview

  • pages/* - Application pages and API routes.
  • features/* - Main application code segregated by each features.

Running Locally

$ git clone https://github.com/bapairaew/open-fpl.git
$ cd open-fpl
$ yarn
$ yarn prebuild
$ yarn dev

Stack

Data

The project relies on static data from Fantasy Premier League and Understat. There is a script to pull the data from the those sources in this project. By default, the script will get the data one page at a time to avoid too much workload on those sources. So please be mindful with the set up if you are going to use it.

About

Open-source Fantasy Premier League tools

https://openfpl.com


Languages

Language:TypeScript 100.0%Language:JavaScript 0.0%