Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzg/github-release-watcher
A Spring Boot + React web app that shows most recent releases of repositories you have starred.
https://github.com/itzg/github-release-watcher
github-api reactjs spring-boot
Last synced: 13 days ago
JSON representation
A Spring Boot + React web app that shows most recent releases of repositories you have starred.
- Host: GitHub
- URL: https://github.com/itzg/github-release-watcher
- Owner: itzg
- License: mit
- Created: 2018-07-14T15:56:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T15:18:22.000Z (over 6 years ago)
- Last Synced: 2024-11-14T15:50:03.027Z (2 months ago)
- Topics: github-api, reactjs, spring-boot
- Language: Java
- Size: 216 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
GitHub Release Watcher is a Spring Boot + React web app that shows the most recent releases from the
repositories you have starred.## Build
The front-end code in `src/main/app` is built via Maven, so only one step is needed:
```bash
mvn package
```[In this article](https://medium.com/@itzgeoff/including-react-in-your-spring-boot-maven-build-ae3b8f8826e) I
talk about how that was configured.## Walkthrough
First, you'll login via your existing GitHub account:
![](docs/screenshot-login.png)
All of the repositories you have starred will be retrieved and displayed in order of newest star first.
Click on either the "Repository" or "Released" column headers to change the sort order. In this example,
I'm sorting by most recent releases first by clicking once on that column:![](docs/screenshot-listing.png)