rss 0.2.0
rss
RSS parser for Crystal
Installation
Add this to your application's shard.yml
:
dependencies:
rss:
github: ruivieira/rss
Usage
require "rss"
feed = RSS.parse "https://news.ycombinator.com/rss"
feed.items.each do |e|
str = "title: #{e.title}\nlink: #{e.link}\npubDate: #{e.pubDate}\n"
str += "description: #{e.description}\ncomments: #{e.comments}\n"
puts str
end
Warning:
- Pre-release (API will break)
Contributing
- Fork it ( https://github.com/ruivieira/rss/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- ruivieira Rui Vieira - creator, maintainer
- modsognir modsognir - contributor
- data-niklas data-niklas - contributor
- MineBartekSA - contributor
Repository
rss
Owner
Statistic
- 8
- 3
- 2
- 4
- 0
- almost 4 years ago
- November 24, 2016
License
MIT License
Links
Synced at
Wed, 06 Nov 2024 17:14:15 GMT
Languages