Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonthegeek/trellor
'Trello' 'API'
https://github.com/jonthegeek/trellor
Last synced: 10 days ago
JSON representation
'Trello' 'API'
- Host: GitHub
- URL: https://github.com/jonthegeek/trellor
- Owner: jonthegeek
- License: other
- Created: 2023-10-10T14:44:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T20:31:57.000Z (about 1 year ago)
- Last Synced: 2024-05-01T18:01:03.705Z (6 months ago)
- Language: R
- Homepage: https://jonthegeek.github.io/trellor/
- Size: 359 KB
- 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
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# trellor
[![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/trellor)](https://CRAN.R-project.org/package=trellor)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/trellor/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/trellor?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/trellor/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/trellor/actions/workflows/R-CMD-check.yaml)A client to access the 'Trello' 'API'.
## Installation
You can install the development version of trellor from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("jonthegeek/trellor")
```## Made with {beekeeper}
This package is being developed using the [{beekeeper}](https://beekeeper.api2r.org/) package.
Development is very active, and this package will likely change a lot in the coming weeks.## Code of Conduct
Please note that the trellor project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/trellor/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.