Skip to content

Instantly share code, notes, and snippets.

View pheraph's full-sized avatar
🤠

Raphael Fetzer pheraph

🤠
View GitHub Profile
@pheraph
pheraph / keybase.md
Created July 20, 2018 19:15
Keybase verification

Keybase proof

I hereby claim:

  • I am pheraph on github.
  • I am pheraph (https://keybase.io/pheraph) on keybase.
  • I have a public key ASDYInB0dw_HUpcjwp1obpz4dnyxI6a03OZxthrQ7GwdVgo

To claim this, I am signing this object:

@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 }