Author: Oliver Keyes
License: MIT
Status: Stable
###Description
Exactly what it says on the tin, udapi provides a connector to the Urban Dictionary API. It allows you to:
- Retrieve definitions associated with a term, using
get_term
; - Retrieve definitions associated with a random term, using
random_term
;
It's a simple client because it's a simple API.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
###Installation
The CRAN version can be retrieved with:
install.packages("udapi")
The latest version can be obtained via:
devtools::install_github("ironholds/udapi")
###Dependencies
- R
- httr