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

https://github.com/ixpantia/faucet-router-example


https://github.com/ixpantia/faucet-router-example

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

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__/)