Merge branch 'main' of github.com:ThisIsBenny/iOS-Widgets into main

This commit is contained in:
Benny Samir Hierl 2020-12-30 15:49:30 +01:00
commit 465a255e9f
No known key found for this signature in database
GPG key ID: 69DE3C3C097DB7F7

View file

@ -9,13 +9,14 @@
This widget displays the number of Covid 19 vaccinations. In the small and medium widet, the total number for all states is displayed by default. By entering the state in the widget parameters, you can switch to the number for the state in the small widget. In the medium widget, by entering the state, the numbers of the state are displayed next to those of the whole Germany.
The large widget shows all 16 states and the total.
Source of the data is the RKI: https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquoten-Tab.html
The Excel provided by the RKI is accessible via an API for the widget: https://github.com/ThisIsBenny/rki-vaccination-data
Translated with www.DeepL.com/Translator (free version)
[[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/number-of-covild-19-vaccinations/number-of-covild-19-vaccinations.js)
## Optional Setup
Enter the name of you state in the Widget-Parameter:
![Setup](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/number-of-covild-19-vaccinations/setup.jpeg)
## Notice
Source of the data is the RKI: https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquoten-Tab.html
The Excel provided by the RKI is accessible via an API for the widget: https://github.com/ThisIsBenny/rki-vaccination-data