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