Dashboard for L.A. Dodgers baseball

To keep track of performance, Matt Stiles made the Dodgers Data Bot, which provides a dashboard view of various baseball metrics sourced by Baseball Reference.

This repository ā€” a growing work in progress ā€” feeds Dodgers Data Bot, a statistical dashboard about the LA Dodgers’ performance.

The code executes an automated workflow to fetch, process and store the team’s current standings along with historical game-by-game records dating back to 1958. It also collects batting and pitching data, among other statistics, for the same period. These records are processed and used to bake out the site using the Jekyll static site generator, in concert with Github Pages, and D3.js for charts.

Thumbs up for personal projects. You can find the code on GitHub.