A web-application for displaying the current study week at Chalmers University of Technology.
The application is a scraper and a frontend. The scraper scrapes student-portal at Chalmers to get dates, which are then used in the frontend to determine the current study week.
Use command docker-compose -f dev.docker-compose.yaml up
to run the dev docker-compose.yml.
or use node index.js
to run the app locally without docker.
Visit https://lasvecka.nu/data for raw data.
It should update automatically, but it can of course break since it's web scraped from Chalmers' website. Check out lasveckor_scraper.js
for the scraping logic.