Andrea
Franchini

Software Engineer

Heroes API

Heroes API was a quick experiment for a third-party workaround implementation of REST API for Blizzard’s game Heroes of the Storm. Since the game (which is kinda dead now) still hasn’t provided its own API to see player stats, I put together a scrapper to gather data from third-party websites that parsed replays submitted by players. Of course, they didn’t provide any APIs either. I took care of caching the retrieved data, to minimize the impact on the websites it scrapped. Anyway, none of those website are online anymore.

To test the features of this API, I also scrapped together a Discord bot that provided players with basic stats in a simple and useful format.

It was hosted on Glitch.com, a lovely website I always recommend to test small NodeJS server.