Wenbo Hou
Wenbo Hou
@howardchung are you still interested in the feature? I have a demo web app written in Angular + Node.js, and I'd like to share my codes with you. If possible,...
I am not clear about this API `steam://rungameid/570//watch_server ${game.server_steam_id}`? What did you want to do with it?
How about we try this (https://api.steampowered.com/IDOTA2MatchStats_570/GetRealtimeStats/v1)? From this API, I got some data about the characters' position on minimap, networth, abilities, items, and etc. here is a sample: https://github.com/HouPoc/DOTA2_VisLive/blob/master/data.json
What I did was using minimap_icon to represent heroes and putting them on a div whose background is mini_map. Then, I updated those minimap_cion's positions in real-time to visualize the...
It works like trackdota.com.
> Yeah, that data currently isn't being sent down, but it could be (see the commented out code): > https://github.com/odota/core/blob/master/svc/livegames.js Can we keep working on it?
I did enjoy doing it..