Skip to content

Kardbord/imgflipgo

Repository files navigation

imgflipgo

Unit Tests CodeQL Go Report Card

(Golang) Go bindings for the Imgflip API.

Usage

To include this library in your Go project using modules, add the following import and run go mod tidy.

import "github.com/Kardbord/imgflipgo"

Otherwise, you can run the following command.

go get github.com/Kardbord/imgflipgo

The code is fairly self-documenting (said every developer too lazy to write real docs). There are only two API endpoints.

For a concrete example of how to use the library, check out example.go.