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
- Host: GitHub
- URL: https://github.com/devOpifex/rrr
- Owner: devOpifex
- License: gpl-2.0
- Created: 2022-03-20T15:53:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T20:45:23.000Z (about 3 years ago)
- Last Synced: 2023-03-10T11:26:57.913Z (about 2 years ago)
- Topics: ambiorix, url-shortener
- Language: R
- Homepage: https://rrr.is/
- Size: 433 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - devOpifex/rrr - URL shortener built with ambiorix (R)
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
```