Skip to content
/ gifgo Public

A Go GIPHY API client, supporting their entire API.

Notifications You must be signed in to change notification settings

nickvanw/gifgo

Repository files navigation

GoDoc

gifgo

gifgo is a giphy API client. Using it can be nice and easy:

client, _ := gifgo.New()

query := "New York City"
searchRequest := gifgo.SearchReq{Query: query}
results, _ := gifgo.Search(searchRequest)
// use the results, luke!

A much more complete example can be found in the giphy command line in cmd/giphy.

About

A Go GIPHY API client, supporting their entire API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages