An easy to use api for https://www.last.fm for c++ aplications.
- Clone the repository in your project folder
git clone https://github.com/creatorkostas/LastFM-API
- In your
CMakeLists.txt
file include the library
add_subdirectory(LastFM-API)
include_directories(LastFM-API)
target_link_libraries(${PROJECT_NAME} LastFMApi)
- To use the this library include the
LastFMApi.hpp
file
This work is published under the MIT License