Play the top chart list of a country by selecting it on a worldmap.
- How to use two API's
- how to read the url of the browser using the document.location.hash
- how to extract a piece of info from the URL using the URLSearchParams object and using the .get method (This was used because the script had to send a Authorize link to spotify to retrieve a token. the token was send back as a hash in a URL)
- you can headers to your fetch. Some API's require you to send header info together token key and link to the server
- how to delete every child in a parent (see line 201 - 202)
- how to make a div appear/hide on/from the screen using the display: none and display: block;
- token scope