/better-fpl

Chrome Extension that aims to improve fantasy.premierleague.com

Primary LanguageJavaScript

Better FPL

Getting started

Project requires node and webpack

Clone the repo
git clone https://github.com/jeppe-smith/better-fpl.git
cd better-fpl
npm install
Developing

To start developing simply run gulp in the terminal.

The website uses React to populate templates with data from the api. For that reason we can't listen on $(document).ready() when developing. Instead use $(document).on('fplReady') to know when the page is ready to be modified.