Skip to content

wsilverio/lastfm-top-albums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published