node-dota-api
Advanced tools
Comparing version 0.2.3 to 0.2.4
/** | ||
* node-dota-api | ||
* A node-based API to get Dota stats for players, heroes, matches, and more! | ||
* @version 0.2.3 | ||
* @version 0.2.4 | ||
* @author Alex Muench | ||
@@ -75,2 +75,7 @@ */ | ||
//Finds Player Image | ||
$('.img-thumbnail').filter(function() { | ||
playerInfoJson.profileImage = $(this).attr('src'); | ||
}); | ||
//Finds Estimated MMR | ||
@@ -77,0 +82,0 @@ $('#estimate').filter(function() { |
{ | ||
"name": "node-dota-api", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A node-based API to get Dota stats for players, heroes, matches, and more!", | ||
@@ -5,0 +5,0 @@ "main": "./dotaPlayerApi.js", |
@@ -5,2 +5,5 @@ # node-dota-api | ||
## What's New? ## | ||
v0.2.4 | ||
-Added 'profileImage' to playerStats object | ||
v0.2.3 | ||
@@ -71,3 +74,4 @@ -Quick hotfix for a 0.2.2 issue | ||
], | ||
profileURL: "" | ||
profileURL: "", | ||
profileImage: "" | ||
}; | ||
@@ -74,0 +78,0 @@ ``` |
12485
171
110