What's new? | Help | Directory | Sign in
Google
                
Code License: MIT License
Labels: ruby, digg, api
Blogs:
Feeds:
Groups:
How to join?
Project owners:
  johnwulff

INSTALL

svn checkout http://digg-ruby.googlecode.com/svn/trunk/ digg-ruby

USAGE

require 'digg'
digg = Digg.new               # create a digg client
digg.stories.each do |story|  # fetch and print titles of stories
  puts story.title
end