OpenWeatherPull provides a set of R bindings to the Open Weather Map API. The functions allow the user to fetch time series weather observations. The core functions are
openweather_set_key() - Set the required API key for the session.
openweather() or openweather_series_observations() - Fetch a series.
openweather_request() - Send a general request to the API.
Objects are returned as tibbles.
# install.packages("devtools")
devtools::install_github("alexhallam/OpenWeatherPull")
See the Getting Started article
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.