The goal of weatherstar is to read the current weather component(s) from "https://w1.weather.gov/xml/current_obs/" and record the information as data frame or plot it on an US map.
You can download the package "weatherstar" from github, then install (build) it with ctrl+shift+B.
Or you can also install the package using devtools
:
library(devtools)
install_github("floatgreen/weatherstar")
Followings are some examples which shows you how to use this package:
obhistory("KAMW")
plot_temp_history("KORD")
runShiny()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.