Welcome to my repository for my fantasy sports analytics site!
You can use the site here: fantasy-sports-analytics.com
Install dependencies:
npm install
Start the app:
npm start
The site will run on port 8000 by default.
Install dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Start the app:
python3 devserver.py
The app will run on port 3000 by defaul.
- Mobile-friendly
- Add platforms/sports
- Add other pages
- More tests
Looked at this for API implementation ideas: https://github.com/rbarton65/espnff
Poission Binomial Distribution code comes directly from here: https://github.com/tsakim/poibin