This is a small app that shows when the heute-journal will be on air today.
To run the server locally you need to install node, npm and yarn. After that follow these steps:
yarn
./bin/cache_data
npm start
The server will be available under localhost:4000
.