An open API service indexing awesome lists of open source software.

https://github.com/steve228uk/giphykit

Just another Giphy Swift wrapper
https://github.com/steve228uk/giphykit

Last synced: about 2 months ago
JSON representation

Just another Giphy Swift wrapper

Awesome Lists containing this project

README

        

# GiphyKit
## Just another Swift wrapper for Giphy

This is incomplete and may never be finished. It requires Alamofire and SwiftyJSON. No podspec is included yet.

## Usage

Giphy.APIKey = "dc6zaTOxFJmzC"

Giphy.search("cats") { gifs, error in
print(gifs)
print(error)
}