A Draftkings Reignmaker lineup builder based off ashhhlynn's Optimize Daily: https://github.com/ashhhlynn/optimize-fantasy-football. |
Check out the live and video demos.
- JavaScript
- React.js
- Node.js
- Express.js
- DraftKings API
- Sleeper API
- lp-solver.js
- Semantic UI React
- HTML & CSS
- Netlify & Render
- Fetch from DraftKings API to access live TNF/MNF Showdown and Sunday Classic contest data
- Fetch from Sleeper API to access player projections for week (PPR scoring)
- Sort player queue by position, name, projection, FPPG, and salary
- Calculate optimal lineup (highest proj. value) given salary and position constraints with lp-solver.js
- Manually add (or remove) players to lineup from player queue
- Option to include manually selected players in optimization calculation
- View lineup total projection and remaining salary data
git clone < this repository >
cd client
npm install
npm start
This project is MIT licensed.