An open API service indexing awesome lists of open source software.

https://github.com/nbaztec/meme-rs

meme generator
https://github.com/nbaztec/meme-rs

Last synced: about 1 year ago
JSON representation

meme generator

Awesome Lists containing this project

README

          

# 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.

```bash
$ 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](config.yml)
2. Start server
```bash
$ make run
```
3. Visit http://localhost:8080 to generate random memes

# Resources
* [Meme Templates](https://imgflip.com/memetemplate)