Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)