Dynamic cards for your Github README for multiple services using PHP >= 8.0
- Trakt (https://trakt.tv)
- Backloggd (https://backloggd.com)
You can interactively generate your Markdown here
Clone the repository and fetch the requiered external packages with:
composer install
Then you can run it locally using for example the PHP Development Server with:
php -S localhost:8000 api/index.php
You need to create a new application on Trakt here, then copy the CLIENT_ID to .env
Move the .env.example file to .env and modify it.
You don't have to do anything more
Add the following to your config (you can modify the aio-card part if you have or not a subdir):
location /aio-card {
return 302 $scheme://$host/aio-card/;
}
location /aio-card/ {
try_files $uri $uri/ /aio-card/api/index.php?$query_string;
}
location /aio-card/.env {
deny all;
return 404;
}
- Scrolling text
- Better designs
- Better themes system