Skip to content

szipfel/sz_test

Repository files navigation

alt text

Steve Zipfel Sample Code - Drupal module

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.

alt text

Purpose:

Just sample code.

JSON example

[
    {
        "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"
        ]
    }
]

About

Basic drupal module sample.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published