This R package provides all functions that are required for the Web application that is developed within the Flusshygiene project.
#install.packages("remotes", repos = "https://cloud.r-project.org")
remotes::install_github("KWB-R/fhpredict")
The function get_radolan_urls_bucket()
requires two environment variables to
be set:
ENDPOINT_PROD
: Endpoint to the service that returns URLs to Radolan files, TOKEN_PROD
: token that is required to access the endpoint. All functions that make requests to the Postgres API require the following environment variables to be set:
API_URL
AUTH0_REQ_URL
AUTH0_CLIENT_ID
AUTH0_CLIENT_SECRET
AUTH0_AUDIENCE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.