Skip to content

Instantly share code, notes, and snippets.

View adintegra's full-sized avatar
🏠
👨‍💻

Mark Kunzmann adintegra

🏠
👨‍💻
View GitHub Profile
@adintegra
adintegra / incidence.js
Last active December 27, 2020 21:00 — forked from kevinkub/incidence.js
COVID-19 Widget für iOS in der Schweiz 🇨🇭
// Thanks to Dänu Probst (https://github.com/daenuprobst) for cleanly aggregating the data and
// Kevin Kub (https://github.com/kevinkub) for the widget skeleton!
class IncidenceWidget {
constructor() {
this.apiUrlCantons = (location) => `https://app.adintegra.com/covid/?c=${location}`
this.AbbrToCanton = {
'AG': 'Aargau',
'AI': 'Appenzell IR',
'AR': 'Appenzell AR',