Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1guelpf/obs-now-playing
Let your listeners know what music you're playing right now by showing it on screen at all times!
https://github.com/m1guelpf/obs-now-playing
obs-studio spotify twitch
Last synced: 17 days ago
JSON representation
Let your listeners know what music you're playing right now by showing it on screen at all times!
- Host: GitHub
- URL: https://github.com/m1guelpf/obs-now-playing
- Owner: m1guelpf
- License: mit
- Created: 2021-04-28T17:27:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T17:41:38.000Z (about 3 years ago)
- Last Synced: 2024-08-01T16:32:06.409Z (3 months ago)
- Topics: obs-studio, spotify, twitch
- Language: JavaScript
- Homepage: https://twitch.m1guelpf.me
- Size: 1.16 MB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spotify Embed for Twitch
This app allows users to login with their Spotify account to generate "now playing" real-time widgets that can be added to OBS or other streaming apps.
## Usage
There's a public instance of this application running at `https://spotify.m1guelpf.me`.
## Development
- Clone this repo in a local directory
- Install dependencies (`yarn install` or `npm install`)
- Copy `.env.example` to `.env.local` and add your Spotify and Firebase API keys
- Start the server! (`yarn dev` or `npm run dev`)# Deployment
You can deploy to [Vercel](https://vercel.com/home) by clicking below:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fm1guelpf%2Fobs-now-playing&env=SPOTIFY_ID,SPOTIFY_SECRET,NEXTAUTH_URL,FIREBASE_KEY,FIREBASE_ID,FIREBASE_PROJECT&project-name=obs-now-playing&repo-name=obs-now-playing)
# License
This project is open-sourced software licensed under the MIT license. See the [License file](LICENSE.md) for more information.