From 3a3d9babc5d73c6673de0170da1e626feb2af21a Mon Sep 17 00:00:00 2001 From: jens Date: Sun, 4 Oct 2020 23:09:25 +0000 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb6ee23..3b3abfe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # vrtnu-app -this repo contains the code for a vrt nu app on apple tv \ No newline at end of file +this repo contains the code for a vrt nu app on apple tv + +This app helps you browse the webpage https://www.vrt.be/vrtnu/ on your appletv, you will need to log in to your vrt account before being able to watch the videos. + +# screenshots +![picture](https://gitea.caret.be/jens/vrtnu-app/raw/commit/8a39b4c85eb518ab2e00692df3ed78dc2e375ee1/screenshots/Screenshot%202020-10-05%20at%2000.57.25.png) +![picture](https://gitea.caret.be/jens/vrtnu-app/raw/branch/main/screenshots/Screenshot%202020-10-05%20at%2000.57.57.png) +![picture](https://gitea.caret.be/jens/vrtnu-app/raw/branch/main/screenshots/Screenshot%202020-10-05%20at%2001.07.38.png) +![picture](https://gitea.caret.be/jens/vrtnu-app/raw/branch/main/screenshots/Screenshot%202020-10-05%20at%2000.59.46.png) + From e8998977a97af31c385a661d02b5395f6d71f3ea Mon Sep 17 00:00:00 2001 From: jens Date: Sun, 4 Oct 2020 23:23:28 +0000 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3b3abfe..3c398f0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ this repo contains the code for a vrt nu app on apple tv This app helps you browse the webpage https://www.vrt.be/vrtnu/ on your appletv, you will need to log in to your vrt account before being able to watch the videos. + +This app is written entirely in SwiftUI, there are a bunch of limitations which are mainly because: SwiftUI lacks a lot of reatures at the moment, and this is my first ever Swift app. + +# License +The code in this project is available without waranty under the GPL-v3 License + +# contributing +Feel free to open a pull request, code contributed to this project will be contributed under a dual GPL-v3 and MIT License (This will allow me to publish this app in an app store when enought requests for this are received) + # screenshots ![picture](https://gitea.caret.be/jens/vrtnu-app/raw/commit/8a39b4c85eb518ab2e00692df3ed78dc2e375ee1/screenshots/Screenshot%202020-10-05%20at%2000.57.25.png) ![picture](https://gitea.caret.be/jens/vrtnu-app/raw/branch/main/screenshots/Screenshot%202020-10-05%20at%2000.57.57.png)