Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathankot/rssly
https://github.com/nathankot/rssly
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathankot/rssly
- Owner: nathankot
- License: mit
- Created: 2014-04-02T08:32:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T05:34:19.000Z (over 10 years ago)
- Last Synced: 2024-10-26T22:47:49.173Z (2 months ago)
- Language: Ruby
- Size: 215 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rssly
A tool for serializing multiple RSS feeds into different formats.
Design-wise, this gem is responsible for:
- Encapsulating RSS Feed URL's
- Creating a collection of articles from either Feed URL's or persisted data
- Filtering that collection of articles
- Sorting that collection of articles
- Transforming the collection of articles into different formats## Installation
Add this line to your application's Gemfile:
gem 'rssly'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rssly