Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 875 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 875 Bytes

ProfCheck

An extension that displays information from Rate My Professors for teachers using tooltips in UBC's course explorer.

This extension uses the Rate My Professors' GraphQL API.

Supported schools:

  • University of British Columbia (Vancouver & Okanagan)

NOTE: Search is performed on the teacher's last name.

Built with Tippy.js

Installation

Chrome Web Store

https://chrome.google.com/webstore/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc

Manual

This project now uses Typescript and webpack. Clone this repository and install the required dependencies:

$ npm install

Then compile with webpack:

$ npm run build

The compiled extension will be in the dist folder.

Enable Developer Mode on Chrome Extensions page and click Load Unpacked and select the dist folder.