Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yegor256/wring
Smart Inbox for GitHub Notifications
https://github.com/yegor256/wring
github inbox java notifications xml xslt
Last synced: 3 months ago
JSON representation
Smart Inbox for GitHub Notifications
- Host: GitHub
- URL: https://github.com/yegor256/wring
- Owner: yegor256
- License: other
- Created: 2016-02-21T18:01:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T09:20:32.000Z (3 months ago)
- Last Synced: 2024-10-27T09:54:26.811Z (3 months ago)
- Topics: github, inbox, java, notifications, xml, xslt
- Language: Java
- Homepage: http://www.wring.io
- Size: 638 KB
- Stars: 29
- Watchers: 7
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![Managed by Zerocracy](https://www.0crat.com/badge/C7FCB1EQN.svg)](https://www.0crat.com/p/C7FCB1EQN)
[![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/wring)](http://www.rultor.com/p/yegor256/wring)
[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)[![Build Status](https://travis-ci.org/yegor256/wring.svg?branch=master)](https://travis-ci.org/yegor256/wring)
[![PDD status](http://www.0pdd.com/svg?name=yegor256/wring)](http://www.0pdd.com/p?name=teamed/yegor256/wring)
[![Hits-of-Code](https://hitsofcode.com/github/yegor256/wring)](https://hitsofcode.com/view/github/yegor256/wring)
[![Availability at SixNines](https://www.sixnines.io/b/f1810)](https://www.sixnines.io/h/f1810)[Wring.io](http://www.wring.io) is a fully automated collector of
events you are getting from GitHub and some other systems where you
actively participate in discussions. Instead of regularly checking
your email and finding what's relevant to you, you configure Wring
to pull those events for you and then you read them in one simple
web page.It is free for everybody.
Read about it at this blog post:
[_Wring.io, a Dispatcher of GitHub Notifications_](http://www.yegor256.com/2016/03/15/wring-dispatcher-github-notifications.html)## How to contribute
Fork repository, make changes, send us a pull request. We will review
your changes and apply them to the `master` branch shortly, provided
they don't violate our quality standards. To avoid frustration, before
sending us your pull request please run full Maven build:```
$ mvn clean install -Pqulice
```To avoid build errors use Maven 3.2+ and Java 8+.