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

https://github.com/devOpifex/rrr

URL shortener built with ambiorix
https://github.com/devOpifex/rrr

ambiorix url-shortener

Last synced: 13 days ago
JSON representation

URL shortener built with ambiorix

Awesome Lists containing this project

README

        

# rrr

A URL shortener built with [ambiorix](https://ambiorix.dev).

:warning: Secure only on HTTPS.

## Installation

You can install the development version of rrr from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("devOpifex/rrr")
```

## Config

Requires `RRR_KEY` environment variable, a secret key for encryption.

## Example

```bash
Rscipt app.R
```