https://github.com/canislupaster/gradescope-calendar
https://github.com/canislupaster/gradescope-calendar
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/canislupaster/gradescope-calendar
- Owner: canislupaster
- Created: 2025-01-19T22:30:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T03:47:11.000Z (over 1 year ago)
- Last Synced: 2025-03-22T10:33:49.874Z (over 1 year ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradescope to iCalendar
Hosted instance at [gradescope.thomasqm.com](https://gradescope.thomasqm.com).
To self-host, create a `.env`:
```
HOST=hosted URL
PASSWORD=optional password
```
Then (after installing Deno), run `deno task start`.