Simple http microservice that generates meme images from a base image and text
A simple web service that generates a meme image given text and an image URL.
Run with docker run -p 8080:8080 gcr.io/as-a-service-dev/memegen
image
: URL of the imagetop
: text to add at the top of the imagebottom
: text to add at the bottom of the imagedocker build . -t memegen
docker run -p 8080:8080 memegen
http://localhost:8080/
The following container image always reflects the latest version of the master
branch of this repo: gcr.io/as-a-service-dev/memegen