An open API service indexing awesome lists of open source software.

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

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.