Skip to content

fzbian/memeify

Repository files navigation

Memeify

Memeify is a code created with the simple purpose of learning how image management works in this language, this project is quite simple.

API Reference

Custom Meme

In Custom Meme we will indicate the text at the top, the text at the bottom and the url of the image, the api will return the meme done.

How to use

Templates

ID Preview Params
change_my_mind change_my_mind text
disappointed_black_guy disappointed_black_guy text1, text2
distracted_boyfriend distracted_boyfriend text1, text2, text3
drake drake text1, text2
expanding_brain expanding_brain text1, text2, text3, text4
jason_momoa_henry_cavil jason_momoa_henry_cavil text1, text2
left_right left_right text1, text2
running_away_balloon running_away_balloon text1, text2, text3
spiderman spiderman text1, text2
this_is this_is url
three_headed_dragon three_headed_dragon text1, text2, text3
undertaker undertaker text1, text2
grim_reaper_knocking_door grim_reaper_knocking_door url1, url2, url3, url4
zoolander zoolander text1, text2

Example

Input

  GET /api/trump/?text=pineapple%20pizza%20sucks

Output

Deployment

Run on Repl.it

To deploy this project run

  go run main.go

Acknowledgements