This is a Spotify widget for streamer works with (OBS, streamlabs, etc). user can insert and get their current play song into their streaming layout.
Users should be able to:
- Sign in with their spotify account
- Setup & styling the widget.
- See their spotify currently playing song
- Get the widget url for their streaming apps.
-
Repo URL: Github
-
Live Site URL: Live on Vercel
- Semantic HTML5 markup
- Next JS - JS Framework
- Typescript - JS but cooler
- Tailwind - For styles
- Spotify API - API
$ git clone https://github.com/metkerr/streamget.git
$ touch .env.local
Insert env data:
CLIENT_ID=INSERT_YOUR_CLIENT_ID_HERE
CLIENT_SECRET=INSERT_YOUR_SECRET_HERE
NEXTAUTH_URL=http://localhost:3000/api/auth
NEXTAUTH_SECRET=streamget
you can get your CLIENT_ID & CLIENT_SECRET from spotify developer dashboard
$ cd streamget
$ npm install
$ npm run dev