Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaneh/streamaze-ui
Interact with all of your live stream chats in one place. Play games, track profits, add OBS overlays, and so much more.
https://github.com/zaneh/streamaze-ui
irl kick livestream mantine-ui obs react streaming tiktok twitch youtube
Last synced: about 1 month ago
JSON representation
Interact with all of your live stream chats in one place. Play games, track profits, add OBS overlays, and so much more.
- Host: GitHub
- URL: https://github.com/zaneh/streamaze-ui
- Owner: ZaneH
- License: gpl-3.0
- Created: 2023-01-05T02:27:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T03:07:56.000Z (9 months ago)
- Last Synced: 2024-10-03T08:30:07.802Z (about 2 months ago)
- Topics: irl, kick, livestream, mantine-ui, obs, react, streaming, tiktok, twitch, youtube
- Language: JavaScript
- Homepage: https://streamaze.xyz/
- Size: 1.98 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Streamaze UI – Dashboard
This is the individual React component for Streamaze. It relies on other components to function well.
Use [ZaneH/streamaze-full](https://github.com/zaneh/streamaze-full) for the easiest setup experience.
- YouTube setup series: https://www.youtube.com/playlist?list=PLFWEDfSyl7h81oskDbnkEI9MODtKDXGcW
## Depends On
- [ZaneH/streamaze-donation-service](https://github.com/ZaneH/streamaze-donation-service)
- [ZaneH/streamaze-api](https://github.com/ZaneH/streamaze-api)
- [ZaneH/exchange-rate-api](https://github.com/ZaneH/exchange-rate-api)## Preview
View the landing page for a full overview here: https://streamaze.xyz/landing
Or maybe checkout the guide here: https://guide.streamaze.xyz
## Setup
```bash
$ git clone https://github.com/ZaneH/streamaze-ui.git
$ cd streamaze-ui
$ npm install
$ npm start
```## Environment Variables
```
# .env.local
REACT_APP_API_2_WS_URL=ws://localhost:8080/ws # streamaze-donation-service API (WS)
REACT_APP_API_2_URL=http://localhost:8080 # streamaze-donation-service URL
REACT_APP_API_3_URL=http://localhost:4000 # streamaze-api URL
REACT_APP_API_3_WS_URL=ws://localhost:4000/socket # streamaze-api socket URL
REACT_APP_OBS_HOP_PROJECT_ID=
REACT_APP_EXCHANGE_RATE_API_URL= # exchange-rate-api URL
REACT_APP_MAILCHIMP_URL= # not required
```