Search for free rooms on the campus of the Johannes Kepler University Linz.
Go to jkuroomsearch.app
Install Node.JS >= 16 and Yarn >= 2 and simply enter
yarn
yarn build
During development, start a local webserver and trigger development builds automatically with
yarn serve
If you use your own local webserver, you can instead use
yarn watch
Once installed, simply enter
yarn scrape
On success, you find a index.json
file in the root directory that should go to /data/index.json
on the webserver.
Before committing, format and lint the code with
yarn format
yarn lint
As a shortcut, you can run both with
yarn fix
You can mimic the checks on the pipeline with
yarn gate