Skip to content

ChesapeakeCommons/StationCard-Public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Water Reporter Station Card

About

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.

Quick Links

Git

Developers

To run the Station Card via the terminal

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 '!!!'

Run in terminal locally

R -e "shiny::runApp('~/YourPath/app.R', port = 3838)"

To run in an IDE, we recommend RStudio

Run in RStudio

shiny::runApp('~/YourPath/app.R')


Additional documentation found inline

About

Public repository for the Water Reporter Station Card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published