/scp

Get what you're playing on Spotify in near real-time

Primary LanguageGo

Spotify Currently Playing API

Motivation

I got an idea to do something cool to personalize my website. Since I loved banging out to some great music, I wanted to see if I could somehow display what I'm currently playing on Spotify to my personal website as a small widget.

Demo

To demo this by your own, go to this and login. Play a song on your Spotify then see the sample widget.

For a live demo, go to my website vuvincent.com. You'll see a similar widget whenever I jam on anything.

Technologies

  • Golang for our server (based on the Gin framework)

  • MongoDB for database (hosted on Atlas)

  • Heroku for deployment

  • React + TailwindCSS for our UI

  • Netlify for app hosting