Skip to content

Instantly share code, notes, and snippets.

View EnderDobra's full-sized avatar
✍️
trying to absorb everything at once

Ender Dobra EnderDobra

✍️
trying to absorb everything at once
View GitHub Profile
@marco79cgn
marco79cgn / spotify-now-playing.js
Last active October 29, 2024 11:18
A Scriptable iOS widget that shows what‘s playing on Spotify
let spotifyCredentials
let widget = await createWidget()
Script.setWidget(widget)
Script.complete()
async function createWidget() {
let widget = new ListWidget()
let spotifyIcon = await getImage("spotify-icon.png")
widget.backgroundColor = new Color("1e2040")