diff options
| author | Tim Schiewe <git@tforge.de> | 2018-04-30 17:58:35 +0200 |
|---|---|---|
| committer | Tim Schiewe <git@tforge.de> | 2018-04-30 17:58:35 +0200 |
| commit | 588c0fee4a47efe71b5bae37676228ae563295d9 (patch) | |
| tree | c4324a657d9db5aae691202f88a94c76593dd25a /README.md | |
| parent | a439d29d8ff0bbee2d7c92c7594729c13c87baf8 (diff) | |
| parent | 96d612b65b9fb6caccb2bf6fc45c8a409f521b02 (diff) | |
| download | splus-588c0fee4a47efe71b5bae37676228ae563295d9.tar.gz splus-588c0fee4a47efe71b5bae37676228ae563295d9.zip | |
Merge branch 'feature/1-ics'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..054a570 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# SPlus Parser + +## Setup + +### Google + +Follow the steps provided by Google: https://developers.google.com/calendar/auth#OAuth2Authorizing + +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 + +Run with ICS as command line argument: `npm start ics`. commit & it will be on [github pages](https://schneefux.github.io/splus/informatik1.ics). |
