Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfdoming/dcheck
Check when a course was offered in the past
https://github.com/jfdoming/dcheck
Last synced: about 6 hours ago
JSON representation
Check when a course was offered in the past
- Host: GitHub
- URL: https://github.com/jfdoming/dcheck
- Owner: jfdoming
- Created: 2020-04-29T00:45:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T19:36:30.000Z (2 months ago)
- Last Synced: 2024-09-14T10:34:26.325Z (2 months ago)
- Language: JavaScript
- Size: 870 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dcheck
Hey UWaterloo students! Have you ever noticed that there's no easy way to know when a course is usually offered? You can manually search the course calendar, sure, but this is time consuming. What if there was an easier way to look up a course? Introducing dcheck.## How to run
Assuming you have the package manager [npm](https://www.npmjs.com/) installed, the easiest way to get started is to run the command `npm start` from within the repository.## Troubleshooting
### Help! My course doesn't show up when I enter it!
That's OK! Altough dcheck currently does not have a complete list of all courses offered at UWaterloo, you can still enter a course code you know exists and dcheck will return the results to you.### I'm trying to run this without using npm and it's not working.
Unfortunately, dcheck relies on being able to communicate with the UWaterloo web servers, which means that it needs to be running on a (proxied) server itself.