The raw data is stored in JSON files. The NodeJS app is using Express to serve iCal files out of this.
The iCal is created so that only the current week will be filled with the schedule. Hence if you browse to a different week in your calendar you will not see any schedule.
You can subscribe to the iCal feed in your favorite calendar app to integrate the timeschedule.
The summary page of all available timeschedules:
Web | iOS |
---|---|
npm start
call
http://localhost:3000/
in your favorite browser
Run npm test
to execute all tests.
- Install Heroku CLI (follow instructions under Deploy using Heroku Git)
- Open Powershell and navigate into your working directory
- Follow the instructions from "Deploy using Heroku Git"
- Type
heroku login
to authorize - Follow instructions from Heroku which is usually finalized with
git push heroku master