Some schools utilize the services of Ellucian Company to allow students to do several Registrar-related things, including viewing and searching for courses. The software these schools are using is probably called Ellucian Banner, which has several functionalities. The functionalities this project is concerned about are the following:
- the ability to view information about courses like name, description, subject, etc.
- the interface utilized to display information about courses.
As a result, this project has two parts:
- Parsing - The scraping and parsing of the Courses from Ellucian Banner API
- Displaying - Using DataTables to display results from Parsing
This project is licensed under the MIT license.