In this article, we'd like to show how you can build a simple scoreboard for the major US leagues using Ruby and the Sportspage Feeds API. An initial approach to this would require sourcing the data from multiple sports APIs (or scraping), which would, in turn, require writing code for different response types and putting them all together. …