Streali provides you with tools to make your streaming experience easier. Whether to display alerts or highlight messages from your chat, personalize all your stream easily.
- Node.js >= 16.0.0
- Docker compose
- Adonis 5
- TypeScript
- PostgreSQL
- Redis >= 5.0
- Mercure
OAuth redirect URL:
http://localhost:3333/oauth/twitch/callback
> git clone https://github.com/Streali/API.git
> cd API
> yarn install
> docker compose up -d # and create the database
> cp .env.example .env # and edit the value
> node ace migration:run
> node ace serve --watch
Streali is actually in the early stage so all contributions are welcome. You can directly contribute with a PR or take an issue. For better synchronization on the project, you can join Discord but it’s not mandatory.