Skip to content

Instantly share code, notes, and snippets.

@jocheno
jocheno / bbc2-playlist.js
Last active November 11, 2025 06:14 — forked from marco79cgn/bbc2-playlist.js
A custom iOS widget that shows the last 5 songs from BBC2 radio and plays them in Spotify (for Scriptable.app)
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: red; icon-glyph: music;
// insert your Spotify client id and secret here
const clientId = ""
const clientSecret = ""
let widget = new ListWidget()
widget.setPadding(22,10,10,10)