Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evenh/versionmonitor
Monitors different kinds of software projects for new releases
https://github.com/evenh/versionmonitor
dependency-monitoring github monitoring slack spring-boot
Last synced: 7 days ago
JSON representation
Monitors different kinds of software projects for new releases
- Host: GitHub
- URL: https://github.com/evenh/versionmonitor
- Owner: evenh
- Created: 2016-01-09T19:32:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T08:00:23.000Z (5 months ago)
- Last Synced: 2024-07-27T09:21:10.379Z (5 months ago)
- Topics: dependency-monitoring, github, monitoring, slack, spring-boot
- Language: Java
- Homepage:
- Size: 452 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# versionmonitor
![Screenshot](http://i.imgur.com/BfEtG5w.png)> A server side watcher app for monitoring new versions of your software dependencies.
## Background
Versionmonitor does the boring work of giving you a heads up when a new version of your favorite
framework/library/open source service is available. It accomplishes this by continuously polling
multiple hosts for the newest versions for a given software project.## Third parties supported
### Host services
Currently versionmonitor have support for checking the following hosts for new releases:
```
- GitHub (requires OAuth token)
- NPM
```### Notification services
The following ways of being notified of new releases is currently supported:```
- Slack
```## Contributing
Feel free to open an issue or file an pull request - help is always welcome :-)