Skip to content

its-sven/memegen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Go 71.6%
  • Dockerfile 28.4%