Sha256: 8ef8539fd1735dcfad6733f40b27b5a259a4c86d2880b5dcd59b9635be8d5ceb
Contents?: true
Size: 1.91 KB
Versions: 3
Compression:
Stored size: 1.91 KB
Contents
# SportsDataApi [](https://travis-ci.org/RLovelett/sports_data_api) SportsDataApi is an attempt to make a Ruby interface to the [SportsData](http://www.sportsdatallc.com/) API. The goal is to eventaully support the full API. Pull requests that extend the API support are always welcome. [SportsData](http://www.sportsdatallc.com/)’s comprehensive data coverage includes all major U.S. sports, plus hundreds of leagues throughout the world. Their live game analysts capture every possible event of every game, in real time and with accuracy standards developed from years of experience. ## Author [Ryan Lovelett](http://ryan.lovelett.me/) ( [@rlovelett](http://twitter.com/#!/rlovelett) ) Drop me a message for any questions, suggestions, requests, bugs or submit them to the [issue log](https://github.com/rlovelett/sports_data_api/issues). ## API Support * [NFL](http://developer.sportsdatallc.com/docs/NFL_API) * TODO 1. [MLB](http://developer.sportsdatallc.com/docs/MLB_API) 2. [NHL](http://developer.sportsdatallc.com/docs/NHL_API) 3. [NBA](http://developer.sportsdatallc.com/docs/NBA_API) 4. [NCAA Basketball](http://developer.sportsdatallc.com/docs/NCAA_Mens_Backetball) 5. [NCAA Football](http://developer.sportsdatallc.com/docs/NCAA_Football_API) ## Installation Add this line to your application's Gemfile: gem 'sports_data_api' And then execute: $ bundle Or install it yourself as: $ gem install sports_data_api ## Usage The specs for this Gem should give you some idea of how to make use of the API. For now they will be the usage information. As always Pull Requests for better documentation are always welcome. ## Contributing 1. Fork it 2. Create a topic branch (`git checkout -b topic`) 3. Make your changes 4. Squash your changes into one commit 5. Create new Pull Request against this squashed commit
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sports_data_api-0.0.3 | README.md |
sports_data_api-0.0.2 | README.md |
sports_data_api-0.0.1 | README.md |