The Water Reporter Station Card is an R Shiny application that shows Water Reporter data including stations, readings, and thresholds with mapping and chart features. If you're a group manager and need assistance configuring a Station Card, email us at support@waterreporter.org and check out our Intercom documentation.
First add your Water Reporter API access token to App.R:
Token <- "YourTokenHere"
before attempting to run the app.
Second, ensure that testing block in app.R is not commented out. Ctrl + F for '!!!'
R -e "shiny::runApp('~/YourPath/app.R', port = 3838)"
shiny::runApp('~/YourPath/app.R')