Skip to content

ivolo/go-giphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-giphy

A go client for the Giphy API.

It's also my first Go library. 🐙

Quickstart

Search

import "github.com/ivolo/go-giphy"

c := giphy.New("dc6zaTOxFJmzC")
[]gifs, err = c.Search("simpsons ralph")

// gifs[25].URL -> http://giphy.com/gifs/ApEe3sVnOcHde

About

A Go client for the Giphy API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published