Skip to content

Instantly share code, notes, and snippets.

View pheraph's full-sized avatar
🤠

Raphael Fetzer pheraph

🤠
View GitHub Profile
@pheraph
pheraph / scriptable.js
Last active December 28, 2020 05:57 — forked from bsehovac/scriptable.js
Upcoming Match Scriptable Widget
// Get Team ID from https://www.thesportsdb.com and add it as widget parameter
const TEAM_ID = args.widgetParameter || 134693
const DARK_MODE = true
const widgetSize = config.widgetFamily || 'medium'
const textSize = 9.5
const logoSize = 38
const logoSmallSize = 22
const spacing = { normal: 8, smaller: 6, vs: 5, widget: 10 }