Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 302 Bytes

overwatch.md

File metadata and controls

10 lines (7 loc) · 302 Bytes

###Overwatch

Grab all the public stats for a handle:

api.query(<xbox-live username>, function(err, data){
	//data['all-heroes'] contains the global summary stats
	//data['dva'] shows the players stats while playing D.Va
})

which returns summaries for each character as well as a global summary.