This project is an experimental application for learning the POCO library.
The goal is to make a request to the Last.fm API and generate a grid displaying the top albums of a given user.
Performing a git recursive-clone will get you the latest source:
git clone --recursive https://github.com/wsilverio/lastfm-top-albums.git
Follow the official instructions to obtain the Last.fm API key.
You can build the project using CMake:
cmake -B build
cmake --build build
Run the program by specifying the API key and the desired Last.fm username. Upon successful execution, an image will be generated in the current working directory.
./build/bin/lastfm-top-albums --api-key=<API_KEY> --username=<USERNAME>
<USERNAME>.jpg written