playRandomSong
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
... from a set of Spotify tracks that have been played by me or others using the playMeASong val.
Queries a random record of a tracks
table and redirects to it's Spotify url.
// random
const track = await getRandomTrack();
// random for artist
const track = await getRandomTrack("Pixies");
Migrated from folder: Spotify/playRandomSong