This website scrapes data from here and displays it in a readable format, sorted by the club meeting time. It does not scrape data in real time, but does so periodically because otherwise we would need to require students to log in in order to work.
This website uses vue 3 with vite and a static JSON file to store the class data.
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- npm install
- npm run dev
- open http://localhost:3000
This website is licensed under the GPLv3 license.