https://github.com/bucherfa/mobile-hwr-timetable
https://github.com/bucherfa/mobile-hwr-timetable
javascript progressive-web-app pwa
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bucherfa/mobile-hwr-timetable
- Owner: bucherfa
- License: gpl-3.0
- Created: 2020-11-19T13:13:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T15:56:54.000Z (over 5 years ago)
- Last Synced: 2025-01-09T14:55:51.012Z (over 1 year ago)
- Topics: javascript, progressive-web-app, pwa
- Language: JavaScript
- Homepage: https://bucherfa.github.io/mobile-hwr-timetable/
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile HWR Timetable
## Features
- displays timetables from https://ipool.lehre.hwr-berlin.de/main.php?action=browse_stundenplaene (ICS/ICal)
- installable as an app on any device
- hides past events
- offline mode
- easily switch between timetables (limited to one at a time)
## Usage
open up the html page with the link to the ICS/ICal file as the `kurs` parameter.
```
https://bucherfa.github.io/mobile-hwr-timetable/?kurs=https://ipool.lehre.hwr-berlin.de/api/timetable/v1/data/informatik/semester1/kursa?filter=!Englisch,
// short version
https://bucherfa.github.io/mobile-hwr-timetable/?kurs=/informatik/semester1/kursa?filter=!Englisch,
```