Twitch Player API is a RESTful API which allow getting VOD from free and sub-only Twitch channels.
Copy env.example
and edit the environment variables:
cp .env.example .env
nano .env.example
Move docker-compose.yml
to te deploy folder and run:
docker compose up -d
Run the project:
yarn dev
Build the docker image:
yarn docker