Sha256: b3b8aa4b9e46333cf4b355fee59bb138bd21be07e6a525641194a6762ce43f78

Contents?: true

Size: 1 KB

Versions: 3

Compression:

Stored size: 1 KB

Contents

# score-scraper

This gem is used to retrieve NBA or MLB scores. Please note I do not own any of the information provided by this gem, all nba scores are retrieved from a publicly available json file on nba.com and all mlb scores are are retreived from a publicly available json file on mlb.com. It is entirely possible that these files will change and this gem will break, if that happens I will do my best to keep up with any changes.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'score-scraper'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install score-scraper


## Usage

```ruby
require 'score-scraper'
```

## Development

Contributions are welcome, feel free to expand on current functionality or add new leagues.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/DNeier/score-scraper.



## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
score-scraper-0.1.2 README.md
score-scraper-0.1.1 README.md
score-scraper-0.1.0 README.md