Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 966 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 966 Bytes

Last.fm Top Albums

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.

Getting Started

Performing a git recursive-clone will get you the latest source:

git clone --recursive https://github.com/wsilverio/lastfm-top-albums.git

Obtain a Last.fm API Key

Follow the official instructions to obtain the Last.fm API key.

Building the Project

You can build the project using CMake:

cmake -B build
cmake --build build

Usage

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