https://github.com/jonthegeek/nectar
A Framework for Web API Packages
https://github.com/jonthegeek/nectar
Last synced: 24 days ago
JSON representation
A Framework for Web API Packages
- Host: GitHub
- URL: https://github.com/jonthegeek/nectar
- Owner: jonthegeek
- License: other
- Created: 2023-04-29T23:58:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T22:24:47.000Z (2 months ago)
- Last Synced: 2025-03-01T06:41:56.263Z (about 1 month ago)
- Language: R
- Homepage: https://nectar.api2r.org/
- Size: 7.72 MB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - jonthegeek/nectar - A Framework for Web API Packages (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://CRAN.R-project.org/package=nectar)
[](https://app.codecov.io/gh/jonthegeek/nectar)
[](https://github.com/jonthegeek/nectar/actions/workflows/R-CMD-check.yaml)An opinionated framework for use within api-wrapping R packages.
## Installation
You can install the development version of nectar from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/nectar")
```## Usage
Add usage information and examples here.
## Code of Conduct
Please note that the nectar project is released with a [Contributor Code of Conduct](https://nectar.api2r.org/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.