barnes7td / nfl

A Ruby wrapper for querying NFL data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFL Ruby Gem

A Ruby wrapper for querying NFL data

Installation

Add the following line to your Gemfile:
gem 'nfl', :git => 'git://github.com/wtn/nfl.git'

Run Bundler in your project directory:
bundle install

Continuous Integration

Build Status

Supported Rubies

This library aims to support and is tested against the following Ruby implementations:

  • Ruby 1.8.7
  • Ruby 1.9.2

Documentation

Copyright

Copyright (c) 2011 William T Nelson. See MIT-LICENSE for details.

This project is adapted from the Twitter Ruby Gem by John Nunemaker, Wynn Netherland, Erik Michaels-Ober and Steve Richert.

About

A Ruby wrapper for querying NFL data

License:MIT License