My Spotify Mosaic is a dynamically updated mosaic of cover art from my recently played Spotify songs.
Built with:
- Spotify Web API
- Node.js Express serverless
- Svelte
- Vercel / Now
Install: npm install
Development: npm run build && now dev
Production: npm run build && now --prod