An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

        

# BloodDonationBarometer

![stars](https://img.shields.io/github/stars/bjoerrrn/BloodDonationBarometer) ![last_commit](https://img.shields.io/github/last-commit/bjoerrrn/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)