Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonthegeek/apidemo
Plumber-as-Package Demonstration
https://github.com/jonthegeek/apidemo
Last synced: 10 days ago
JSON representation
Plumber-as-Package Demonstration
- Host: GitHub
- URL: https://github.com/jonthegeek/apidemo
- Owner: jonthegeek
- License: other
- Created: 2023-11-30T15:38:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-11-30T18:49:35.000Z (11 months ago)
- Last Synced: 2024-08-13T07:11:10.543Z (3 months ago)
- Language: R
- Homepage: https://jonthegeek.github.io/apidemo/
- Size: 3.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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/apidemo - Plumber-as-Package Demonstration (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# apidemo
[![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/apidemo)](https://CRAN.R-project.org/package=apidemo)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/apidemo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/apidemo?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/apidemo/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/apidemo/actions/workflows/R-CMD-check.yaml)The goal of apidemo is to...
## Installation
You can install the development version of apidemo from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/apidemo")
```## Usage
Add usage information and examples here.
## Code of Conduct
Please note that the apidemo project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/apidemo/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.