This is a simple web app that allows you to get a OAuth Token to use in streamdevs/webhook
You will need a Streamlabs API app OAuth client_id
and client_secret
. You can register a new app in the Streamlabs developer console.
Install dependencies with yarn
yarn
Start your local enviroment with vite
yarn dev