Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrbrmstr/weatherlink
https://github.com/hrbrmstr/weatherlink
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hrbrmstr/weatherlink
- Owner: hrbrmstr
- Created: 2020-10-05T15:08:02.000Z (about 4 years ago)
- Default Branch: batman
- Last Pushed: 2021-01-11T23:56:16.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T07:13:47.893Z (4 months ago)
- Language: R
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - hrbrmstr/weatherlink - (R)
README
---
output: rmarkdown::github_document
editor_options:
chunk_output_type: console
---
```{r pkg-knitr-opts, include=FALSE}
hrbrpkghelpr::global_opts()
``````{r badges, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::stinking_badges(branch = "batman")
``````{r description, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::yank_title_and_description()
```## What's Inside The Tin
The following functions are implemented:
```{r ingredients, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::describe_ingredients()
```## TODO
Add coverage for the following API endpoints:
- `/stations/{station-ids}`
- `/nodes/{node-ids}`
- `/sensors/{sensor-ids}`
- `/sensor-activity/{sensor-ids}`## Installation
```{r install-ex, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::install_block()
```## Usage
```{r lib-ex}
library(weatherlink)# current version
packageVersion("weatherlink")```
## weatherlink Metrics
```{r cloc, echo=FALSE}
cloc::cloc_pkg_md()
```## Code of Conduct
Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.