ivolo / go-giphy

A Go client for the Giphy API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 98.0%Language:Makefile 2.0%