CharlesMassry / meme_generator

generating a meme is as simple as typing a url

Home Page:http://meme-generation.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meme Generator

Generate Memes on the fly

Getting started

  • Clone the directory
  • Download a font file and move it to your source folder as font.ttf
  • Download a series of JPGs and move them to your ./meme folder
  • Make sure the memes have url safe names, such as roll_safe or good_guy_greg
  • Run go build -o main . and then ./main and it will serve from the default port
  • You can change the port with the -port flag

About

generating a meme is as simple as typing a url

http://meme-generation.herokuapp.com


Languages

Language:Go 83.6%Language:HTML 12.4%Language:Dockerfile 4.0%