matt-dray / randoflag

:flags::question: R Shiny app: a little flag challenge designed for new browser tabs

Home Page:https://mattdray.shinyapps.io/randoflag/

Repository from Github https://github.commatt-dray/randoflagRepository from Github https://github.commatt-dray/randoflag

randoflag

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. rostrum.blog post

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.

An emoji flag with a button saying reveal and another saying refresh; it says Guadeloupe under the reveal button.

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"").

About

:flags::question: R Shiny app: a little flag challenge designed for new browser tabs

https://mattdray.shinyapps.io/randoflag/

License:MIT License


Languages

Language:R 100.0%