Big3
Big3 adds stats from all games played in the Big3 basketball league. This includes:
- Team stats
- Player stats
- Season averages
- Scores
- Rosters
Installation
$ gem install big_3
Usage
big_3 = Big3::League.new
all_games = big_3.team_stats["games"]
Filtering games by team name
big_3.team_name = "Ball Hogs"
Viewing individual player stats
big_3.player_name = "Moochie Norris"
big_3.player_stats["season"]
Optional parameters
Big3::League.new(team_name: "Trilogy", player_name: "Mike Bibby")
Finding teams and players
big_3.rosters
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/aseli1/big_3.
License
The gem is available as open source under the terms of the MIT License.