mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 15:27:40 +00:00
27 lines
2.3 KiB
Markdown
27 lines
2.3 KiB
Markdown
# Number of Covid 19 vaccinations
|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
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 name 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 name, the numbers of the state are displayed next to those of the whole Germany.
|
|
The large widget shows all 16 states and the total.
|
|
|
|
_The widget is using a cache for 4 hours to protect the server from too much load. Since the data is updated by the RKI itself only once a day, this should be sufficient. If you like to perform a force update, you can use this URL: `scriptable:///run/number-of-covild-19-vaccinations?forceUpdate=true` or click [here](https://open.scriptable.app/run/number-of-covild-19-vaccinations?forceUpdate=true)_
|
|
|
|
[[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:
|
|
|
|

|
|
|
|
## 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
|
|
|
|
## Contributors
|
|
- [Seiz](https://github.com/Seiz)
|