Grab data from uptime robot via it's API.
To get a key
Install the package in the usual way
remotes::install_github("jumpingrivers/uprobot")
library("uprobot")
To use the the package, you need an upRobot account and API key (see below).
You can either pass the API key explicity, or set is as an environmental
variable UPTIME_ROBOT_TOKEN in your .Renviron
mon = get_monitors(api_key = "XXX", logs = TRUE)
mon$logs
# If set in your .Renviron
# get_monitors(logs = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.