Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 826 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 826 Bytes

Lasvecka

A web-application for displaying the current study week at Chalmers University of Technology.

How it works

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.

Running the app locally

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.

API

Visit https://lasvecka.nu/data for raw data.

Are the weeks not updating correctly?

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.