Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.38 KB

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.