https://github.com/richfitz/jiffy
R interface to giphy :runner: Pronounced "yiffy"
https://github.com/richfitz/jiffy
Last synced: over 1 year ago
JSON representation
R interface to giphy :runner: Pronounced "yiffy"
- Host: GitHub
- URL: https://github.com/richfitz/jiffy
- Owner: richfitz
- License: other
- Created: 2016-01-05T21:13:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T21:26:08.000Z (over 10 years ago)
- Last Synced: 2025-01-20T22:53:56.010Z (over 1 year ago)
- Language: R
- Homepage: https://richfitz.github.io/jiffy
- Size: 84 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
tidy = FALSE,
error = FALSE,
fig.width = 8,
fig.height = 8)
```
# jiffy
[](https://travis-ci.org/richfitz/jiffy)
[](https://ci.appveyor.com/project/richfitz/jiffy)
It's pronounced "yiffy".

Interface to [giphy](http://giphy.com) via their [API](https://github.com/Giphy/GiphyAPI).
Interface to 'Giphy'
## API key
Giphy requires use of a key to use their API. For now, this package uses the public API key which may be revoked at some future time. If you have a proper API key, set the environment variable `GIPHY_API_KEY` and it will be used instead.
## Installation
```{r eval = FALSE}
devtools::install_github("richfitz/jiffy")
```