hearthstone_api_utils
Denormalize the data from http://hearthstoneapi.com/ and enrich it with image urls
A Sample MongoDB Document (JSON is also available)
{
"_id" : ObjectId("53755b3e305bd2b2ddac6cd0"),
"set" : 3,
"quality" : "Legendary",
"type" : "Minion",
"cost" : 9,
"attack" : 8,
"health" : 8,
"faction" : 3,
"race" : "Dragon",
"elite" : 1,
"name" : "Onyxia",
"description" : "Battlecry: Summon 1/1 Whelps until your side of the battlefield is full.",
"image_url" : "https://s3-us-west-2.amazonaws.com/hearthstats/cards/onyxia.png",
"class" : "Neutral"
}