Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 510 Bytes

Tatortlist

Lädt aktuell verfügbare Tatorte aus der Mediathek und die Metadaten dazu von ard.de. Hostet eine PWA mit Watchlist und eine Watched-List inkl. Filter nach Teams, Orten, Datum etc.

Project setup

npm install

Compiles and minifies for production

npm run build
rm -r ./server/public/* && cp -a ./dist/. ./server/public/
node ./server/tatortlist.js

Server läuft unter PORT 4000 HTTP, auf Raspi über Nginx Reverse Proxy auf https://{YOUR_DOMAIN} (URL hinterlegt in .env)