Skip to content

KL0010/EnergyAustraliaChalleng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": ] } ] } ]

About

Completed Version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages