Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novica/ghshiny
A Shiny {goelm} app wrapper around the 'ghapi` package
https://github.com/novica/ghshiny
Last synced: 9 days ago
JSON representation
A Shiny {goelm} app wrapper around the 'ghapi` package
- Host: GitHub
- URL: https://github.com/novica/ghshiny
- Owner: novica
- License: other
- Created: 2022-12-22T08:56:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T09:01:13.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:11:24.726Z (4 months ago)
- Language: R
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - novica/ghshiny - A Shiny {goelm} app wrapper around the 'ghapi` package (R)
README
# GHShiny
This app is a wrapper around the `ghapi` package and follows the same functionality.
It is build with {golem} and has:
* Token authentication module
* Module for listing all repositories which the authenticated user has access to.
* Module for updating description of a repository.
* Module for listing usernames of collaborators.
* Module for adding collaborators to a repository.# Docker
Build with: `docker build -t shiny-test --build-arg token=your-token-here . `Run with: `docker run --rm -t -i -p 8080:8080 shiny-test`