My Spotify Canvas

June 27, 2020 ยท View on GitHub

My Spotify Canvas is a dynamically updated audio video canvas of my recently played Spotify music.

Built with:

  • Spotify Web API
  • Spotify Canvas API I reverse engineered
  • Protobufs
  • Node.js Express serverless
  • Svelte
  • Zeit Now

Install:

$ yarn install

Local development:

$ yarn build && now dev

Deploy staging:

$ yarn build && now

Deploy production:

$ yarn build && now --prod