Important
Project archived because I don't use Spotify anymore. https://blog.raed.dev/posts/goodbye_spotify
A small Next.js application to show the world what you're currently playing on Spotify 🎶
It also exposes an SVG image to be embedded in your Github README like this:
🎧 I'm currently listening to
# install dependencies / run in devellopment mode
$ yarn && yarn dev
# build for production and launch server
$ yarn && yarn build && yarn start
Project uses Next.js, Spotify Web API and Redis.
Inspired by cherscarlett/cherislistening
MIT License