Class Search using the SIS API

In this module, we will build a simplified version of John's Hopkins Class Search web application which makes use of the SIS API.

In order to follow along, you need to:

  1. Go to https://sis.jhu.edu/api and register your email to obtain an API Access Key. Scroll to the bottom of the page to find the registration form.
  2. Download and install Postman.
  3. Install Chrome's Allow-Control-Allow-Origin plugin.

You can access the completed application at https://github.com/cs280fall20/course-search-sis-api.