An open API service indexing awesome lists of open source software.

https://github.com/streamlabs/streamlabs-api-demo

Demo of Streamlabs API. Documentation Here https://dev.streamlabs.com
https://github.com/streamlabs/streamlabs-api-demo

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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