Skip to content

justintran12/baseballrefclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baseballrefclone

Player Page

image

Team Page

image

Landing Page

image

Logged in Main Page

image

Description

Create an account to keep track of your favorite active baseball players and teams!
Displays season and career stats of active MLB players and displays league leaders for player rankings.
On teams page, displays input team's 40-man roster and current season stats, team leaders, and division standings. 40-man roster data may take about 10 seconds to load.
On live page, displays live game data and all games being played on today's date.

How to Use

Input active player name or team name and click submit.
Or create an account and login to save your favorites for quick access.
Tool does not work on players on IL, retired players, and minor-league players.

To run app on your local machine:

  1. Install dependencies: pip install -r requirements.txt
  2. Install MongoDB and start the daemon using this command on linux: sudo systemctl start mongod
  3. Run server/python3 baseball_stats_server.py in terminal
  4. Double-click landing.html to run app in web browser

Website link:

Coming soon!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published