No description
Find a file
Chris Sexton 846f82243f
Some checks failed
Rust / build (push) Has been cancelled
Update dependencies and enable GitHub Actions
- Update repository for out of date dependency for SSL that failed on
GitHub Actions.
- Update CLI parsing
2022-12-27 08:49:33 -05:00
.github/workflows Update dependencies and enable GitHub Actions 2022-12-27 08:49:33 -05:00
img generate memes from yaml 2021-05-09 19:36:28 +02:00
src Update dependencies and enable GitHub Actions 2022-12-27 08:49:33 -05:00
.gitignore read memes from config 2021-05-09 09:15:12 +02:00
Cargo.lock Update dependencies and enable GitHub Actions 2022-12-27 08:49:33 -05:00
Cargo.toml Update dependencies and enable GitHub Actions 2022-12-27 08:49:33 -05:00
config.yml allow top & bottom memes 2021-05-10 09:20:46 +02:00
LICENSE Initial commit 2021-05-08 15:14:01 +02:00
Makefile add cli 2021-05-11 12:59:27 +02:00
README.md update readme 2021-05-11 13:01:58 +02:00

Meme Generator

A configuration based random meme generator as a web service.

Meme CLI

Install the cli and generate meme's from template files or the internets.

$ make install
$ meme-gen https://imgflip.com/s/meme/Ancient-Aliens.jpg ./my-meme.jpg 'FEATURES?|BUGS'
$ meme-gen ./my-meme-template.jpg ./my-meme.jpg 'YOLO'

Start Meme Server

  1. Setup config file ./config.yml
  2. Start server
$ make run
  1. Visit http://localhost:8080 to generate random memes

Resources