API Data Manipulation for Visualizations Quiz

Start Quiz

Study Flashcards

3 Questions

What part of the API will contain information about some bands and artists?

Artists

What is recommended to have for this project?

Testing files

What packages are allowed for this project?

Standard Go packages

Study Notes

  • Groupie Trackers is a website that manipulates data in order to create different visualizations.
  • It will be given an API that consists of four parts: artists, locations, dates, and relation.
  • The first part, artists, will contain information about some bands and artists like their name(s), image, in which year they began their activity, the date of their first album, and the members.
  • The second part, locations, will contain their last and/or upcoming concert locations.
  • The third part, dates, will contain their last and/or upcoming concert dates.
  • The fourth part, relation, will link all the other parts and will contain the link between all the other parts.
  • It is recommended to have test files for unit testing.
  • Allowed packages for this project are only the standard Go packages.

Test your knowledge of using the standard Go packages to manipulate data from an API and create visualizations for artists' information, concert locations, and dates. Learn about implementing unit tests for the project as well.

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free
Use Quizgecko on...
Browser
Browser