Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkayen/DailyFBB-Engine
https://github.com/mkayen/DailyFBB-Engine
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkayen/DailyFBB-Engine
- Owner: mkayen
- Created: 2015-01-26T04:00:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T04:18:45.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T14:10:09.995Z (4 months ago)
- Language: JavaScript
- Size: 2.14 MB
- Stars: 35
- Watchers: 13
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DailyFBB-Engine 2.0
# NEW (3.20.16) - Bug Fixes:
1) Fixed Numberfire Crawler
2) Optimized lineup generator algorithm
3) Simplified Script to run as one file
4) Removed Excess files from repo
# Purpose
The Purpose of DailyFBB-Engine is to generate "the best lineup", or the lineup with the highest projected point output in a given day.
The data powering this script is from numberfire (www.numberfire.com).The current iteration of this script only works with numberfire data & fanduel (www.fanduel.com) pricing. Would love for collaborators to
help broaden the scope of this project. Refer to the bottom for contribution ideas - Would appreciate the help!Hopefully this script can help set the best lineup without effort.
# How to use it
Prerequisites:
Node1) Download all files from this page.
2) In Terminal, move into the folder (cd /Downloads/DailyFBB-Engine )
3) Make sure to install all packageds (npm install)
4) Once the output file is updated, run crawler/nf.js in terminal
node crawler/nf.js
That's it.# Ways to Contribute:
There's a million ways, but here's a few.1) Use Algorithm for other sports (Baseball, Football)
2) Update Algorithm to report on Draft Kings projections
3) Adding Swish, Roto & other data sources.