A simple API that returns daily schedule items based on the current day of the week.
schedule.yaml - Contains the weekly schedule databackend/index.ts - HTTP endpoint that serves the scheduleschedule.yaml\n)Make a GET request to the endpoint to receive the current day's schedule.
Example response for Tuesday:
6) Gwen aft
MJ) call w Ivan
If there are no items for a day (like Sunday), it returns an empty string.