The purpose of this project is to record and playback highlights of foosball matches. It currently only runs on machines with Mac OS.
This application requires the following to be installed on your machine:
- Node.js (download here)
- ffmpeg (
brew install ffmpeg
) - webpack (
npm install -g webpack
)
Then simply clone the repo and execute npm run build
.
To start the Koala Cam server just run npm start
then browse to http://localhost:3000