https://github.com/benwaffle/course-registrar
https://github.com/benwaffle/course-registrar
course register script stevens
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benwaffle/course-registrar
- Owner: benwaffle
- Created: 2018-11-08T05:30:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T05:34:31.000Z (over 7 years ago)
- Last Synced: 2025-01-14T08:51:55.834Z (over 1 year ago)
- Topics: course, register, script, stevens
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note: broken at the moment, i'll never have to register for classes again so it won't be fixed by me
See `index.js` for instructions for getting your SID and PIN
```
$ nvm use
$ npm install
$ while :; do node index.js; done # at 7am
```