mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 02:57:12 +01:00
- Heroku will bind the app to $PORT - Add parameter to API to be able to customize the background color of the svg - Add parameter to API to be able to customize the border color of the svg - Add SetUp.md section on how to customize your card with URL parameters Update SetUp.md with a section on how to customize the card
8 lines
133 B
JSON
8 lines
133 B
JSON
{
|
|
"current-theme": "dark",
|
|
"templates": {
|
|
"light": "spotify.html.j2",
|
|
"dark": "spotify-dark.html.j2"
|
|
}
|
|
}
|