Orario Scolastico is a web app that displays school timetables in a more readable format by downloading the PDF from the school website. https://orario.riefolo.me
Go to file
2024-09-04 17:28:58 +02:00
src fix: adjust class year, filter out unexpected weekdays and ignore useless CSV rows 2024-09-04 17:28:58 +02:00
static fix: adjust class year, filter out unexpected weekdays and ignore useless CSV rows 2024-09-04 17:28:58 +02:00
templates feat(frontend): show loading indicator during data retrieval 2024-09-04 14:48:55 +02:00
.gitignore feat(api): implement 30-minute cache for PDF link requests 2024-09-04 16:25:27 +02:00
Cargo.lock feat(frontend): add main page with both html and javascript 2024-09-03 17:14:20 +02:00
Cargo.toml feat(frontend): add main page with both html and javascript 2024-09-03 17:14:20 +02:00
docker-compose.yaml feat(docker): add docker and compose support 2024-09-04 13:02:49 +02:00
Dockerfile feat(docker): add docker and compose support 2024-09-04 13:02:49 +02:00
pdf2csv.py feat(api): add PDF download and CSV conversion functionality 2024-09-02 11:53:24 +02:00