Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhollist/dadjokeapi
An R package for accessing the I Can Haz Dad Joke API: A Very Serious R Package
https://github.com/jhollist/dadjokeapi
Last synced: 2 months ago
JSON representation
An R package for accessing the I Can Haz Dad Joke API: A Very Serious R Package
- Host: GitHub
- URL: https://github.com/jhollist/dadjokeapi
- Owner: jhollist
- License: other
- Created: 2017-06-02T00:43:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T15:59:41.000Z (almost 4 years ago)
- Last Synced: 2024-09-16T01:38:51.649Z (3 months ago)
- Language: R
- Homepage: https://icanhazdadjoke.com
- Size: 175 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![R build
status](https://github.com/jhollist/dadjokeapi/workflows/R-CMD-check/badge.svg)](https://github.com/jhollist/dadjokeapi/actions)
[![](https://www.r-pkg.org/badges/version/dadjokeapi)](https://www.r-pkg.org/pkg/dadjokeapi)
[![CRAN RStudio mirror
downloads](https://cranlogs.r-pkg.org/badges/dadjokeapi)](https://www.r-pkg.org/pkg/dadjokeapi)
[![Codecov test
coverage](https://codecov.io/gh/jhollist/dadjokeapi/branch/master/graph/badge.svg)](https://codecov.io/gh/jhollist/dadjokeapi?branch=master)# dadjokeapi
The goal of dadjokeapi is to make you laugh in spite of yourself.
It is built off of the hard work of [Brett Langdon](https://brett.is/) and the API he supports at
## Installation
You can install dadjokeapi from github with:
``` r
# install.packages("devtools")
devtools::install_github("jhollist/dadjokeapi")
```And from CRAN with
``` r
install.packages("dadjokeapi")
```## Example
This is a basic example which shows you how to solve a common problem... The problem of not laughing enough!!!
``` r
dadjokeapi::groan()[1] "I was thinking about moving to Moscow but there is no point Russian into things."
```