Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmattbtw/panel-credits
https://github.com/mmattbtw/panel-credits
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmattbtw/panel-credits
- Owner: mmattbtw
- Created: 2022-05-29T19:11:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T01:10:29.000Z (over 2 years ago)
- Last Synced: 2024-11-11T03:05:16.178Z (3 months ago)
- Language: TypeScript
- Homepage: panel-credits.vercel.app
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Panel Credits (web)
The website for [Panel Credits](https://panelcredits.mmattDonk.com)
## The Idea
The idea is that you (the streamer) gives your viewer a "credit". This credit can be used to submit a panel (panels are what is below your twitch stream) for your Twitch Channel. This viewer can then submit a panel idea, then you the streamer can accept/deny it and then it will be added to their page (panelcredits.mmattDonk.com/streamername). This is mainly a "for fun" project, but yeah.## The Goal
The goal is to have a "Twitch Exntension" panel to automatically show these viewer made panels.
![image](https://user-images.githubusercontent.com/30363562/173955558-1af369ba-d0b1-4b6b-be6d-7718bc262a08.png)## Stack
- [Remix](https://remix.run) (React Framework)
- [Mantine](https://mantine.dev) (UI Components Library)
- [Prisma](https://prisma.io) (Database)
- [Vercel](https://vercel.com) (Hosting)
- [TypeScript](https://www.typescriptlang.org) (Language)## `.env` file template:
```
CALLBACK_URL=callback URL for the Twitch API. (dev.twitch.tv) (http://localhost:3000/auth/twitch/callback)
CLIENT_ID=client ID from the Twitch API. (dev.twitch.tv)
CLIENT_SECRET=client secret from the Twitch API. (dev.twitch.tv)DATABASE_URL=URL for the Prisma database. I are using the Prisma PostgreSQL data proxy service.
```