Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.

Latest commit

 

History

History

nl-NL

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Documentatie

Read this in English

Inhoud

Lokaal

Installatie

#!/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.

Zet de configuratie op.

Gebruik

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