Skip to content

Instantly share code, notes, and snippets.

@frboulais
frboulais / Indie App Santa.js
Last active December 7, 2020 07:31 — forked from simonbs/Indie App Santa.js
Indie App Santa
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: red; icon-glyph: calendar-alt;
let data = await loadData()
let app = data.today[0]
let widget = null
if (config.runsInWidget) {
  if (config.widgetFamily == "small") {
    widget = await createSmallWidget(app)
  } else {