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 14:01:18 +02:00
src feat(frontend): add main page with both html and javascript 2024-09-03 17:14:20 +02:00
static fix(frontend): remove duplicate options from datalist and select 2024-09-04 14:01:18 +02:00
templates feat(frontend): add button to clear configuration 2024-09-03 17:17:04 +02:00
.gitignore feat(api): add PDF download and CSV conversion functionality 2024-09-02 11:53:24 +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