Get vexed! A very simple Shiny app that presents a random (emoji) flag. Click to reveal the nation it represents; refresh for a new one.
Basically, I wanted something interesting to open with each new browser tab on my phone.
Read the blog post and visit the app online at mattdray.shinyapps.io/randoflag/.
If it fails to load, it could be because it's reached the maximum active hours allowed on the shinyapps.io free plan, or I've taken it down.
You could always run the app from an R session with:
shiny::runGitHub("randoflag", "matt-dray", "main")
You'll need to have installed {shiny}, {bslib} and {shinyjs} from CRAN and {emo} with remotes::install_github("hadley/emo"")
.