This is a basic drupal 7 module that pulls bands and songs from a RESTFul JSON web service and provides a basic mechanism to vote for a bands best song.
Just sample code.
[
{
"name": "ZZ Top",
"songs": [
"Sharp Dressed Man",
"Legs",
"Sleeping Bag"
]
},
{
"name": "The Tragically Hip",
"songs": [
"New Orleans is Sinking",
"The Hundredth Meridian",
"Locked in the Trunk of a Car"
]
},
{
"name": "P!nk",
"songs": [
"Raise Your Glass",
"Get This Party Started",
"Just Give Me a Reason"
]
}
]