/streamlabs-api-demo

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

Primary LanguageJavaScriptMIT LicenseMIT

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