Skip to content

futurepr0n/BaseballTracker

Repository files navigation

First part of the capsheet is based on Baseball.

How to use

In order to build your datasets I have created a couple different apps. I will be adding them to the repository as time goes or hopefully integrating them.

sudo apt install nodejs npm

Standard workflow to create new files would be to first use CappingScraper (yet to come)

npm install csv-parse react-select express body-parser concurrently --save

First we use: node src/services/scheduleGenerator.js This will create the schedule based on fixturedownload.com MLB scheduling

Next you will need to use the python scraper mentioned to create all your csv files to load.

After you do, you can use: ./process_all_stats.sh

This will link to create json files based on the matchup data scraped.

Then run node src/services/generateAdditionalStats.js node src/services/generatePitcherMatchups.js

./daily_update.sh

npm install npm start

and the server will come up on localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages