Skip to content

A widget that shows what is currently playing on your spotify. It was built to be used with OBS Studio or Streamlabs OBS (or another broadcast application that accepts url sources). This way, whoever is watching your live, knows what music is playing.

Notifications You must be signed in to change notification settings

lrmn7/widget-spotify-obs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Current Song Widget

http://widget-spotify.vercel.app/

A widget that shows what is currently playing on your spotify. It was built to be used with OBS Studio or Streamlabs OBS (or another broadcast application that accepts url sources). This way, whoever is watching your live, knows what music is playing.

Development

Requisites

  • NodeJS
  • An spotify app
  • mongodb database

First, you should have a spotify app. You can create one here.

Second, you should have a mongodb database. I'm recommend you use MongoDB Atlas.

After this, fill all enviroment variables in the .env

  DB_CONNECTION_STRING=your-mongodb-connection-string-with-user-and-pass
  ClientID=your-spotify-ClientID
  ClientSecret=your-spotify-ClientSecret
  BASE_URL=http://your-base-url/

Then, run the command below in your terminal

  yarn dev

Open http://localhost:3000 with your browser to see the result.

TODO

  • Tests

Contributions

PR's are welcome!

About

A widget that shows what is currently playing on your spotify. It was built to be used with OBS Studio or Streamlabs OBS (or another broadcast application that accepts url sources). This way, whoever is watching your live, knows what music is playing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published