Skip to content

Instantly share code, notes, and snippets.

View thorstenleidl's full-sized avatar

Thorsten Leidl thorstenleidl

  • Munich, Bavaria, Germany
View GitHub Profile
@thorstenleidl
thorstenleidl / vaccination-stats.js
Last active June 17, 2022 05:28 — forked from marco79cgn/vaccination-stats.js
A Scriptable widget that shows the amount of people who have received the corona vaccination in Germany
const version = 'v1.5'
const cacheMinutes = 60 // 60 min
const today = new Date();
let result
let widget = new ListWidget()
widget.setPadding(10, 15, 10, 10)
await getNumbers()