CLI tool to copy a random meme
- Build the tool with
go build
- Add the folder location to your path.
or
- Run
go install meme-to-clipboard
If you want different memes then change the Endpoint in the main.go file
const (
Endpoint = "https://meme-api.herokuapp.com/gimme/dankmemes"
)