https://github.com/ixpantia/faucet-router-example
https://github.com/ixpantia/faucet-router-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ixpantia/faucet-router-example
- Owner: ixpantia
- Created: 2024-07-04T03:30:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-04T05:16:16.000Z (10 months ago)
- Last Synced: 2025-04-01T15:41:29.671Z (14 days ago)
- Language: R
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ixpantia/faucet-router-example - (R)
README
# faucet router example
## Install
Install the development version of faucet:
```sh
cargo install --git "https://github.com/ixpantia/faucet.git"
```Install Shiny:
```R
install.packages("shiny")
```## Run the router
```sh
faucet router
```## Visit the routes
- Hello Shiny: [`http://localhost:3838`](http://localhost:3838)
- Text Shiny: [`http://localhost:3838/text/`](http://localhost:3838/text/)
- Sliders Shiny: [`http://localhost:3838/sliders/`](http://localhost:3838/sliders/)
- Quarto Shiny App: [`http://localhost:3838/qmd/`](http://localhost:3838/qmd/)
- Plumber API: [`http://localhost:3838/api/__docs__/`](http://localhost:3838/api/__docs__/)