ash2x3zb9cy / meme

Simple http microservice that generates meme images from a base image and text

Home Page:https://meme.as-a-service.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memegen

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

Run on Google Cloud

URL parameters:

  • image: URL of the image
  • top: text to add at the top of the image
  • bottom: text to add at the bottom of the image

Running the server locally

  • Build with docker build . -t memegen
  • Start with docker run -p 8080:8080 memegen
  • Open in your browser at http://localhost:8080/

Deploy to your server

The following container image always reflects the latest version of the master branch of this repo: gcr.io/as-a-service-dev/memegen

About

Simple http microservice that generates meme images from a base image and text

https://meme.as-a-service.dev/

License:Apache License 2.0


Languages

Language:Go 65.6%Language:Dockerfile 34.4%