项目作者: as-a-service

项目描述 :
Simple http microservice that generates meme images from a base image and text
高级语言: Go
项目地址: git://github.com/as-a-service/meme.git
创建时间: 2019-03-03T02:52:14Z
项目社区:https://github.com/as-a-service/meme

开源协议:Apache License 2.0

下载


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

Cloud Build