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.
main.tsx
https://dthyresson--d95ac3dc26cc11f09439569c3dd06744.web.val.run
... 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