Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonthegeek/nectar
A Framework for Web API Packages
https://github.com/jonthegeek/nectar
Last synced: 10 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:41:26.000Z (7 months ago)
- Last Synced: 2024-08-13T07:11:10.677Z (3 months ago)
- Language: R
- Homepage: https://nectar.api2r.org/
- Size: 7.43 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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%"
)
```[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/nectar)](https://CRAN.R-project.org/package=nectar)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/nectar/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/nectar?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/nectar/actions/workflows/R-CMD-check.yaml/badge.svg)](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.