Project

sportscore

0.0
The project is in a healthy, maintained state
A simple Ruby wrapper for the free SportScore sports data API (football, basketball, cricket, tennis).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 3.0
~> 3.0
 Project Readme

Sportscore

An unofficial 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