Looking for freelance Fuse programmer

I really like Fuse and enjoy when things work, but sometimes despite my efforts and the help of the Community it seems that at 44 years I do not have enough flexibility to overcome some difficulties I’m encountering.
I’m trying to build an app that lists a number of events that are supported by my voluntary association in my town. The list of the events is downloaded via a API as JSON. The events are divided by category. The JSON is structured as follows:

{
    "events": {
        "music": [{
            {
                "title": "Condimentum adipiscing leo.",
                "description": "Parturient mi urna commodo eros quam posuere"
           },
           {
               "title": "Non ultrices tincidunt ut.",
               "description": "Enim nisl risus scelerisque suspendisse"
           }
        }],
       "shows": [{
           {
               "title": "Adipiscing vestibulum vitae.",
               "description": "Enim nisl risus scelerisque suspendisse"
           },
           {
               "title": "Lacinia sed semper.",
               "description": "Diam vulputate vehicula a feugiat tincidunt"
           }
        }]
    }
}

You may call the api as follows:

http://triestenascosta.it/api/tsn.php?category=musica&debug

(omit &debug as it only pretty prints the output in the browser).

I’m looking for a freelancer that may take the Tabs example and modify it so that the tabs names are obtained from the JSON output. In the above example the Tabs names would correspond to the names music and shows. Music and shows are the categories, and having the tabs that change depending on the fetched JSON data it’s important as these categories may change from time to time.

2017-07-08. CLOSED as no one interested.