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

https://github.com/eliocamp/fortunator

Endless fortunes!
https://github.com/eliocamp/fortunator

Last synced: about 1 year ago
JSON representation

Endless fortunes!

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# fortunator

Have you already memorised all qutoes int the [fortunes](https://cran.r-project.org/web/packages/fortunes/index.html) package and you are hungry for more? fortunator is for you! Using our higly advanced AI™ and Machine Learning™ algorithm, we've developed a function that can create literally* infinite fortunes!

*figuratively

## Installation

You can install the latest, shiniest version of fortunator from [GitHub](https://github.com/) with:

``` r
devtools::install_github("eliocamp/fortunator")
```

## Example

Using fortunator couldn't be easier just load the library and start enjoying deep, thoughful quotes about your faviourite programming language!

```{r example}
library(fortunator)

fortunator(seed = 943)
fortunator(611)
fortunator(339)
```

If you want unreproducible wisdom, then you can omit the seed and be surprised every time!

```{r include=FALSE}
set.seed(123)
```

```{r}
fortunator()
```