README.md

Project Status: Active – The project has reached a stable, usable
state and is being actively
developed. Signed
by Signed commit
% R-CMD-check Linux build
Status Minimal R
Version License

weatherlink

Query and Orchestrate the Davis WeatherLink API

Description

Davis Instruments provides a public API (https://weatherlink.github.io/v2-api/) for owners and users of their weather datalogger products. Tools are provided to query and orchestrate the Davis WeatherLink API (V2).

What’s Inside The Tin

The following functions are implemented:

TODO

Add coverage for the following API endpoints:

Installation

remotes::install_git("https://git.rud.is/hrbrmstr/weatherlink.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/weatherlink")
# or
remotes::install_bitbucket("hrbrmstr/weatherlink")
# or
remotes::install_github("hrbrmstr/weatherlink")

NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.

Usage

library(weatherlink)

# current version
packageVersion("weatherlink")
## [1] '0.1.0'

weatherlink Metrics

| Lang | # Files | (%) | LoC | (%) | Blank lines | (%) | # Lines | (%) | | :--- | -------: | ---: | --: | ---: | ----------: | ---: | -------: | ---: | | R | 10 | 0.42 | 179 | 0.43 | 66 | 0.38 | 101 | 0.37 | | YAML | 1 | 0.04 | 22 | 0.05 | 2 | 0.01 | 2 | 0.01 | | Rmd | 1 | 0.04 | 8 | 0.02 | 18 | 0.10 | 34 | 0.12 | | SUM | 12 | 0.50 | 209 | 0.50 | 86 | 0.50 | 137 | 0.50 |

clock Package Metrics for weatherlink

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.



hrbrmstr/weatherlink documentation built on Jan. 20, 2021, 10:34 p.m.