An extension for Chrome that is an alternative frontend for the BroncoDirect website. This extension allows Cal Poly Pomona students to access BroncoDirect information from anywhere while browsing the web.
This repository contains all required code to drive the BroncoDirectMe Chromium extension. This includes Web scrapers for retrieving all professors from RateMyProfessor.com and APIs for displaying the information on the extension client.
Function: Our web scrapers parse through RateMyProfessor.com and return information about Cal Poly Pomoana's professors and the clsses they teach
Function: The MySQL Database is used to store the data retrieved from RateMyProfessor.com and be interfaced with to display on the BroncoDirectMe Frontend
.
Database that can populate search results based on a query. Same concept as the MySQL DB with extended features.