mikescamell / better-fpl

Chrome Extension that aims to improve fantasy.premierleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Chrome Extension that aims to improve fantasy.premierleague.com


Languages

Language:JavaScript 79.1%Language:HTML 13.6%Language:CSS 7.3%