click here to get sent to it
-- NAME
GROUPIE TRACKER
-- DESCRIPTION
School project, we needed to make a website hosted through Golang's web server library that showed information from a distant API. We also contacted other APIS such as Deezers and BandsinTowns for extra points.
There is a list of artists each with their "own" page of which you can see past concerts (from the distant API), future concerts (from the bandsintown API) and their music albums and singles (through the deezer API).
You may also search artists by their names with minimal error handling (like writing qieen instead of queen) to more easily find the one you want.
If the artist you are looking for is missing from the original api's list. You can navigate to the "deezer" tab and search there. however, the search only gives us one result : API limitation
-- CONTRIBUTION
Backend api calling and research algorithm. My job was to manipulate data to transfer it correctly from the APIS to our script/website
and to make it work with the different places where we need it by correctly getting the datatypes and parsing them from JSON.