A realtime ubc course scraper that is able to obtain data asynchronously from the ubc course registration website since it sucks.
Download the following to get started programming
https://nodejs.org/en/ https://www.postman.com/
create a .env
file. refer to .env copy
. put in your mongo_uri in there.
run
npm start
or
npm run dev
if you're developing
- Liang Liu
- Andrew Han
- Adrian Lee
- Node.js
- Jest / SuperTest (for testing suite)
- Express (web server for REST API)
- TypeScript
- adds static typing
- adds signatures to the functions directly