A Node.js demo app to simulate the 2015 MLB Home Run Derby stats.
Code written in 2015. Open-source for learning and use.
- Node.js installed.
- Install the Node modules.
cd .../home-run-derby-demo-stats && npm install -D
- Run the app. Defaults to local port 3000.
node app.js
A Dockerfile is available to run the app inside of a Docker container.
Highlights - Animated charts of home run distances written in JavaScript.
Home Run Derby Stats - Table stats of each round.
Social Wall - Display social media posts highlighting the home run derby competition.