Skip to content

tommey/go-giphy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-giphy

A go client for the Giphy API.

Quickstart

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

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

// gifs[25].URL -> http://giphy.com/gifs/ApEe3sVnOcHde
import "github.com/ivolo/go-giphy"

c := giphy.New("dc6zaTOxFJmzC")
gif, err = c.Translate("simpsons ralph")

// gif.URL -> http://giphy.com/gifs/ApEe3sVnOcHde

About

A Go client for the Giphy API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.5%
  • Makefile 1.5%