Closed ThundR67 closed 2 years ago
Also, There is no way to directly search for a classe's rating based on teacher name and class code. First, teacher's id need to be searched from their name. Then, teacher's rating will be pulled. Then, the specific ratings on that class code will be used. However, we can cache teacher's name to their ID in a local database to increase speeds.
I reformatted what you send over. Make sure it's still fine. I'm still reviewing the code.
Also, did you put your personal auth token?
I really like the API however I think we're going to make the browser do the heavy lifting when it comes to data retrieval (i.e. getting the RMP ratings). Here is something I found... https://www.npmjs.com/package/@mtucourses/rate-my-professors
I actually did base my project from the link you sent
Going to merge so that we have this as an option. :)
I have created a basic client