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

https://github.com/royfrancis/shiny-nametagger

An R shiny app to generate nametags for clip-on badges.
https://github.com/royfrancis/shiny-nametagger

badge badge-generator nametags r shiny shiny-apps shiny-r shinyapps

Last synced: 3 months ago
JSON representation

An R shiny app to generate nametags for clip-on badges.

Awesome Lists containing this project

README

        

# shiny-nametagger

[![gh-actions-build-status](https://github.com/royfrancis/shiny-nametagger/workflows/build/badge.svg)](https://github.com/royfrancis/shiny-nametagger/actions?workflow=build) [![docker-hub](https://img.shields.io/docker/image-size/royfrancis/shiny-nametagger?label=dockerhub)](https://hub.docker.com/repository/docker/royfrancis/shiny-nametagger)

A web app to create labels for clip-on name badges.

![](preview.jpg)

## Running the app

### Run online

Click [here](https://nametag.serve.scilifelab.se) to access an online instance of this app. This link may not always be active.

### Run in a docker container

```
docker run --platform=linux/amd64 --rm -p 8787:8787 royfrancis/shiny-nametagger:latest
```

The app should be available through a web browser at `http://0.0.0.0:8787`.

### Run in R

Install the following R packages:

```
install.packages(c("shiny","markdown","colourpicker","shinyWidgets","bsicons"))
remotes::install_github("rstudio/bslib")
remotes::install_github("quarto-dev/quarto-r")
```

This repo is not an R package. In the root directory of this repo, run app using `shiny::runApp()`.

---

2025 • Roy Francis