https://github.com/brandonxlf/quest-plus
Chrome extension to help with scheduling courses on UW Quest.
https://github.com/brandonxlf/quest-plus
chrome-extension waterloo
Last synced: 10 months ago
JSON representation
Chrome extension to help with scheduling courses on UW Quest.
- Host: GitHub
- URL: https://github.com/brandonxlf/quest-plus
- Owner: BrandonXLF
- License: gpl-3.0
- Created: 2023-11-29T01:05:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T19:54:34.000Z (over 1 year ago)
- Last Synced: 2025-02-05T00:47:03.659Z (11 months ago)
- Topics: chrome-extension, waterloo
- Language: TypeScript
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quest+
**Quest+** is a Chrome extension that enhances the University of Waterloo's Quest platform with a persistent schedule visualization and links to instructor and course reviews.
## Features
### Schedule Visualization
* Persistent and time-accurate visualization of your course schedule
* Added to all pages (my schedule, shopping card, and class modification pages)
### Links to Reviews
* UW Flow and Rate My Professors links are added next to instructor's names
* Courses names are linked to their page on UW Flow
## Building
Quest+ is built using Node.js, so make sure it is installed and set up properly. With Node.js installed, run `npm install` to install dependencies and run `npm run build` to build release versions of the code. Run `npm run watch` to automatically build when files are changed.