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: over 1 year ago
JSON representation
Prints the title of the latest entry of a feed
- Host: GitHub
- URL: https://github.com/suhlig/feed-news
- Owner: suhlig
- Archived: true
- Created: 2016-01-13T19:30:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T19:32:01.000Z (over 10 years ago)
- Last Synced: 2025-02-24T03:02:20.592Z (over 1 year ago)
- Topics: academic, feed, rss, spike
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.