iOS-Widgets/Countdown/README.md
2020-11-10 09:49:45 +01:00

21 lines
1.3 KiB
Markdown

# Countdown Widget
![Countdown Widget Preview light](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewLight.jpeg)
![Countdown Widget Preview dark](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewDark.jpeg)
![Countdown Widget Preview light](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewLight2.jpeg)
![Countdown Widget Preview dark](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/previewDark2.jpeg)
Simple Countdown widget which shows the remaining days to a specified date. Supported languages: en (default), de, fr, es, it.
[[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/Countdown.js)
## Setup
Set the date in ISO8601 format (YYYY-MM-DD) to the Widget Parameter.
#### Optional
Define an emoji for your widget by adding the desired emoji behind the date and separating both values with a ";". Like this:
![Countdown Widget setup](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/setup.jpeg)
If you want to see the entered date also in the widget, you can enter a `true` as third value in the widget parameter like this:
![Countdown Widget setup 2](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Countdown/setup2.jpeg)