This article is the second in my "Dota 2 on Rails" series. In the first part we discussed what Dota is, how to connect to Steam API, what data it provides. The application in part 1 presents basic statistics for an authenticated user. The post gained a bit of interest as some readers were even inspired to create their own Dota 2 statistics websites - that's really great.
In this article we will continue working with the demo app, so if you wish to follow along, the starting code can be found on this branch. I will show you what other data can you fetch with dota gem, how to work with live and scheduled matches, how the gem operates, and how testing is organized.
The final version of the code can be found on GitHub.
The working demo is accessible via the same link sitepoint-dota.herokuapp.com.
Continue reading %DOTA 2 on Rails: Digging Deeper%
by Ilya Bodrov-Krukowski via SitePoint
No comments:
Post a Comment