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
- Host: GitHub
- URL: https://github.com/streamlabs/streamlabs-api-demo
- Owner: streamlabs
- License: mit
- Created: 2018-11-27T17:33:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T19:15:02.000Z (about 6 years ago)
- Last Synced: 2025-10-20T11:49:37.600Z (8 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 47
- Watchers: 9
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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