summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-09-16 15:04:33 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-09-16 15:04:33 +0200
commit3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2 (patch)
tree8862076231786d13110d9650069178a86669c420 /README.md
parent818ed0d5e2ff69bfb97074ea57b554bbc7bfcfe3 (diff)
downloadsplus-3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2.tar.gz
splus-3f90f2f626b6fec3c5564c7b0c7aa8914b8ef9a2.zip
Hardwire ICS and fix disappearing lectures
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index d38f5a1..b93ff78 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,4 @@ The [Ostfalia SPlus lecture schedule](http://splus.ostfalia.de) is complicated t
Run `npm install` to install the necessary dependencies.
-### Google
-
-Follow the steps provided by Google: https://developers.google.com/calendar/auth#OAuth2Authorizing
-You will receive a `client_secret.json` file which contains your Google API credentials. Save this file as `etc/google/client_secret.json`.
-
-Adjust `config.ts` so that it uses the `sinks/GoogleCalendarSink`. Then run `npm start` in a terminal, visit the printed link and paste the code that will be provided there into the terminal window.
-
-### ICS
-
-Adjust `config.ts` so that it uses the `sinks/IcalSink`. Run `npm start` to generate the calendar file.
+Copy and adjust `config-example.json` and run `npm start config.json`.