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.
- Host: GitHub
- URL: https://github.com/royfrancis/shiny-nametagger
- Owner: royfrancis
- License: gpl-3.0
- Created: 2019-05-29T12:38:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T18:30:57.000Z (4 months ago)
- Last Synced: 2025-01-01T19:22:51.349Z (4 months ago)
- Topics: badge, badge-generator, nametags, r, shiny, shiny-apps, shiny-r, shinyapps
- Language: R
- Homepage: https://nametag.serve.scilifelab.se/
- Size: 4.03 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shiny-nametagger
[](https://github.com/royfrancis/shiny-nametagger/actions?workflow=build) [](https://hub.docker.com/repository/docker/royfrancis/shiny-nametagger)
A web app to create labels for clip-on name badges.

## 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