Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 :-)