Skip to content

Instantly share code, notes, and snippets.

@DieFel
DieFel / dm-toilet-paper.js
Created October 23, 2020 13:13 — forked from marco79cgn/dm-toilet-paper.js
Scriptable iOS widget that shows the amount of toilet paper which is available at your next dm drugstore
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-blue; icon-glyph: magic;
let storeId = 178
let country
let param = args.widgetParameter
if (param != null && param.length > 0) {
storeId = param
}