A simple script to generate an SVG badge for your Spotify now playing status.
- can use in github readme (eg;- check my profile)
- sp_dc: copy the
sp_dc
cookie fromopen.spotify.com
and set it as an environment variable ('SPOTIFY_COOKIE')
![Spotify Now Playing](https://<your-vercel-deployment-url>/api/current-playing?svg=true&s=1)
<img src="https://<your-vercel-deployment-url>/api/current-playing?svg=true&s=1" alt="Spotify Now Playing">
curl https://<your-vercel-deployment-url>/api/current-playing?s=1
This project is licensed under the MIT License - see the LICENSE file for details.