https://github.com/chip/espn_scores
Ruby wrapper for the ESPN Scores API
https://github.com/chip/espn_scores
Last synced: 3 months ago
JSON representation
Ruby wrapper for the ESPN Scores API
- Host: GitHub
- URL: https://github.com/chip/espn_scores
- Owner: chip
- Created: 2012-04-14T01:45:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-14T01:52:29.000Z (almost 14 years ago)
- Last Synced: 2025-01-19T22:15:39.579Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EspnScores
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'espn_scores'
And then execute:
$ bundle
Or install it yourself as:
$ gem install espn_scores
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request