Sportscore

A Ruby client for the free SportScore API

Per SportScore's terms, apps using this data should display a "Powered by SportScore" link back to https://sportscore.com/.

Usage

require "sportscore"

Sportscore.matches(sport: "football", limit: 10)
Sportscore.match(sport: "football", slug: "manchester-united-vs-liverpool")
Sportscore.standings(sport: "football", slug: "premier-league")

Development setup

bundle install
bundle exec rspec spec/sportscore_spec.rb