Skip to content

Instantly share code, notes, and snippets.

@stfnhmplr
stfnhmplr / TelekomPass.js
Created November 11, 2020 20:24
Scriptable Telekom iOSWidget
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: pink; icon-glyph: cloud-download-alt;
class Cache {
constructor(filename) {
this.fm = FileManager.local();
this.cacheFile = this.fm.joinPath(this.fm.documentsDirectory(), filename);
}