[just.few.tuts] rss-motor v0.0.4 ~ a rubygem to ease up your RSS interactions
@ justfewtuts.blogspot.in [8/June/2012]
http://justfewtuts.blogspot.in/2012/06/rss-motor-v004-rubygem-to-ease-up-your.html
started a new rubygem project ‘rss-motor’ (http://rubygems.org/gems/rss-motor) to aid all RSS consuming code by providing the entire (or filtered as per choice) of feeds as Array of Hash values per Feed Item…..
Here is just a mini HowTo easily power you code with rss-motor:
First, obviously you’ll need to install the gem
$ gem install rss-motor
or if luckily you…..