https://github.com/bjoerrrn/blooddonationbarometer
A scriptable widget for iOS, which shows the so called Blood Donation Barometer [Blutspende-Barometer] for the German Red Cross (DRK).
https://github.com/bjoerrrn/blooddonationbarometer
blood-donation ios-widget ipad-widget iphone-widget redcross scriptable scriptable-widgets
Last synced: 2 months ago
JSON representation
A scriptable widget for iOS, which shows the so called Blood Donation Barometer [Blutspende-Barometer] for the German Red Cross (DRK).
- Host: GitHub
- URL: https://github.com/bjoerrrn/blooddonationbarometer
- Owner: bjoerrrn
- License: gpl-3.0
- Created: 2022-04-27T20:20:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T20:44:22.000Z (3 months ago)
- Last Synced: 2025-02-03T21:33:18.832Z (3 months ago)
- Topics: blood-donation, ios-widget, ipad-widget, iphone-widget, redcross, scriptable, scriptable-widgets
- Language: JavaScript
- Homepage: https://discordapp.com/users/371404709262786561
- Size: 1.01 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BloodDonationBarometer
![]()
 
A Scriptable widget for iOS, which shows the so called Blood Donation Barometer [Blutspende-Barometer] for the 🇩🇪 German Red Cross [Deutsches Rotes Kreuz: DRK] and the 🇨🇭 Swiss Red Cross [Schweizerisches Rotes Kreuz: SRK].
The widget pulls data from one of the DRK and SRK website every 4-7 minutes. This is triggered by iOS and can not be changed.
# setup
1. Install Scriptable on your iPhone from the App Store.
2. Download `bloodDonationBarometerWidget.js` from this repository.
4. Import `bloodDonationBarometerWidget.js` in Scriptable.# usage
The widget currently supports 3 regional German red cross entities:
```
🇩🇪 DRK-BLUTSPENDEDIENST# parameter # description
no Nord-Ost (Berlin, Brandenburg, Hamburg, Sachsen, Schleswig-Holstein)
nstob NSTOB (Niedersachsen, Sachsen-Anhalt, Thüringen, Oldenburg, Bremen)
bwh Baden-Württemberg, Hessen
🇨🇭 SRK-BLUTSPENDEDIENST# parameter # description
irb Interregional // aktuell keine Daten verfügbar
aargau_solothurn Aargau-Solothurn
basel Basel
fribourg Freiburg
geneve Genf
gesamt Schweiz Gesamt // aktuell keine Daten verfügbar
graubuenden Graubünden
neuchatel_jura Neuchâtel-Jura
nordostschweiz Nordostschweiz
svizzera_italiana Svizzera italiana
zentralschweiz Zentralschweiz
zuerich Zürich
```
You need to choose one of the entities above; example: `parameter: irb`## contributing
[issues](https://github.com/bjoerrrn/BloodDonationBarometer/issues) and [pull requests](https://github.com/bjoerrrn/BloodDonationBarometer/pulls) are welcome. for major changes, please open an [issue](https://github.com/bjoerrrn/BloodDonationBarometer/issues) first to discuss what you would like to change.
if you want to contact me directly, feel free to do so via discord: https://discordapp.com/users/371404709262786561
## license
[GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html)