SpeedRunsLive Ruby Client

Ruby library to retrieve data from SpeedRunsLive.com.

Installation

The gem is hosted on RubyGems, so you can either install it with gem install srl-api or, if you are using bundler, by adding it to your program's Gemfile and running bundle install.

Documentation

rdoc lib/ from the project root, or let RubyGems do it for you in $GEM_HOME.

Usage

Short version:

require 'srl'

puts SRL.past_races(player: 'Artea', game: 'ffhacks').records.size # => Some number probably in the low 20s.

The examples/ directory should provide you with an adequate amount of usable, real-world examples.

Client code should focus on the SRL module, with its relevant functions being found in lib/srl/api.rb.

Maintainer

Brian Edmonds "Artea" [email protected]