This app will display a world map with countries of top ten bands that a user listens to. Hover each country to see the total number of plays accumulated for that specific country.
The app is using ReactJS with TypeScript and Vite. Using the following external APIs:
- GoogleMaps API to visualize the world map chart
- Last.fm API to find a user's top bands
- MusicBrainz API to find country of origin
A Google Maps API Key and Last.fm API Key is needed. Please refer to corresponding API pages for information on how to obtain personal keys.
Install Node.js in your development environment. Setup and run app with the following shell commands:
npm install
npm run dev
Created by Reine Larsson. GitHub: https://github.com/reilar URL: https://minkmachine.reine.se/