Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Ruby wrapper for the SportScore api

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages