server implementation for poster generation
This commit is contained in:
21
server/movie_posters/README.md
Normal file
21
server/movie_posters/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Movie Posters
|
||||
|
||||
This API can be used to download a banner of german movie posters. This images will be display on my model railway, so
|
||||
I always have the current images available.
|
||||
|
||||
## Usage
|
||||
The API is simple. Just a POST to https://movie-posters.mars3142.dev with a configuration body. This are the default
|
||||
values, if not set:
|
||||
|
||||
```json
|
||||
{
|
||||
"width": 480,
|
||||
"height": 320,
|
||||
"count": 4,
|
||||
"orientation": "horizontal",
|
||||
"shuffle": true,
|
||||
"backgroundColor": "#000"
|
||||
}
|
||||
```
|
||||
|
||||
The body values are self explaining, I believe.
|
Reference in New Issue
Block a user