Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suhlig/feed-news

Prints the title of the latest entry of a feed
https://github.com/suhlig/feed-news

academic feed rss spike

Last synced: 18 days ago
JSON representation

Prints the title of the latest entry of a feed

Awesome Lists containing this project

README

        

# Feed News

This is a simple Ruby application that prints the title of the latest entry of a feed if that entry hasn't been seen by this application before. The state is kept in a local file.

This is useful to follow github releases like [BOSH](https://github.com/cloudfoundry/bosh/) or
[CloudFoundry](https://github.com/cloudfoundry/cf-release/) in a CI pipeline.

The [GitHub Releases Resource](https://github.com/concourse/github-release-resource) performs similar tasks in a [Concourse](https://concourse.ci) pipeline.