Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 420 Bytes

MusicFestival

API get for Energy Australia coding challenge. The application sorts the data by record labels, band names, and sorts festivals of each band if quantity is greater than 2.

Application receives JSON object array in the form of,

[ { "name": , "bands": [ { "name":, "recordLabel": } ] } ]

converting it to a form of

[ { "recordLabel": , "bands": [ { "name":, "festivals": [ "festivalNames": ] } ] } ]