https://github.com/finki-hub/timetables-listing
Static site for listing timetables and related historical data from FCSE
https://github.com/finki-hub/timetables-listing
fcse finki timetables ukim
Last synced: 7 days ago
JSON representation
Static site for listing timetables and related historical data from FCSE
- Host: GitHub
- URL: https://github.com/finki-hub/timetables-listing
- Owner: finki-hub
- License: mit
- Created: 2026-05-17T15:34:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-26T07:15:03.000Z (8 days ago)
- Last Synced: 2026-06-26T09:11:35.968Z (8 days ago)
- Topics: fcse, finki, timetables, ukim
- Language: TypeScript
- Homepage: https://timetables.finki-hub.com
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FINKI Hub / Timetables Listing
A timetable browser for current and historical FCSE class schedules.
## Structure
- `api/` - Cloudflare Worker API for fetching and parsing EduPage timetables
- `web/` - Vite frontend timetable browser
## API Development
```sh
cd api
npm install
npm run dev
```
## Web Development
```sh
cd web
npm install
npm run dev
```
## Build
```sh
cd web
npm run build
```
## License
This project is licensed under the terms of the MIT license.