volkovmqx / streamlabs-api-demo

Demo of Streamlabs API. Documentation Here https://dev.streamlabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlabs API Demo

Set Up:

  1. Run npm install

  2. Register new application on streamlabs.com/dashboard

  3. Set callback url to http://localhost:8080/auth

  4. Enter credentials into demo .env file

  5. Ensure db.sqlite is writable

  6. node index.js

  7. Navigate to http://localhost:8080

About

Demo of Streamlabs API. Documentation Here https://dev.streamlabs.com

License:MIT License


Languages

Language:JavaScript 100.0%