mikescamell / fpl_2018-19

Fantasy Premier League, 2018/19 season

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPL Tracker

FPL Tracker

This project was started to automate a manual spreadsheet for keeping track of weekly PL stats and to learn a little React. FPL Tracker uses the Premier League's unofficial API for all Global and Private league data.

FPL Tracker is live for our League, Fish & Crumple-Ones, on Heroku - https://fish-crumple-ones.herokuapp.com

How To Use

Prerequisites

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

Installing

# Clone this repository
$ git clone https://github.com/benjaminsinaiko/fpl_2018-19

# Go into the repository
$ cd fpl_2018-19

# Install client dependencies
$ npm client-install

# Install backend dependencies
$ npm install

# Run the app
$ npm run dev

Using

This build uses the specific league Fish & Crumple-Ones. Any league code can be found in the FPL url. Fish & Crumple-Ones's League ID is 765405 as seen in the url:

https://fantasy.premierleague.com/a/leagues/standings/765405/classic

The league can be changed in the backend players and leagues routes.

Credits

The source for all League, Team, and Player data comes from the Premier League's unofficial Fantasy API. Info on this can be found with a simple reddit search.

FPL Tracker uses the following open source packages:

backend

client

License

MIT

About

Fantasy Premier League, 2018/19 season


Languages

Language:JavaScript 97.0%Language:CSS 2.3%Language:HTML 0.8%