Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suhlig/feed-news
- Owner: suhlig
- Created: 2016-01-13T19:30:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T19:32:01.000Z (almost 9 years ago)
- Last Synced: 2023-03-25T12:45:48.624Z (over 1 year ago)
- Topics: academic, feed, rss, spike
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- 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.