Read this in English
#!/bin/bash
git clone https://github.com/robincunningham2/MagisterCalendar # Clone the repository
cd MagisterCalendar/ # cd into the repository
npm install && npm run setup # Setup the repository
Maak een Google OAuth applicatie aan.
Om alle afspraken één keer over te zetten:
npm start
Om alle afspraken elke 15 minuten te synchroniseren:
npm run start:repeat
Gebruik ctrl-c
op je toetsenboord om het synchroniseren te stoppen