== Daylife API Library for Ruby

Copyright Bobby Uhlenbrock ([email protected]) 2007

A fully featured Ruby library for accessing the Daylife DayPI

Daylife.authenticate('8befa1cf0a7c0291613242235638a662', '2e548ef751397c653752057adcff0c9f')
articles = Daylife::Article.get_related_articles('03cV5zI2fk03s')

When in doubt check the Daylife DayPI documentation:

http://developer.daylife.com/docs/DayPI101

=== Installation and Usage

To get an accesskey:

http://developer.daylife.com/member/register

To install:

sudo gem install path/to/daylife-xxx.gem

To use:

require 'rubygems'
require 'daylife'