Gets session details for a course from the UDSM timetable website
npm install
to install dependencies.npm run development
to start the server Access api's at http://localhost:3001/
Get timetable for a course
GET /api/course/:courseID
$ curl -i -H 'Accept: application/json' http://localhost:3001/api/course/CS335