Skip to content

Instantly share code, notes, and snippets.

@moxmlb
moxmlb / incidence_recklinghausen.js
Last active January 26, 2022 07:23
COVID-19 Inzidenz-Widget für iOS innerhalb des Kreises Recklinghausen
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: orange; icon-glyph: home;
/* verfügbare Städte
castrop-rauxel
datteln
dorsten
gladbeck
haltern am see
@moxmlb
moxmlb / itunes_movie_price.js
Last active March 29, 2022 10:27
Scriptable iOS widget that shows the current price of your favorite movie on iTunes Store
let movieId, country, quality
if (country == null && movieId == null && quality == null) {
country = 'de'
movieId = 991367195 //example id for Minions movie
quality = 'hd'
}
// api link
let link = 'https://itunes.apple.com/lookup?'