/LastFM-API

Primary LanguageC++MIT LicenseMIT

LastFM-API

An easy to use api for https://www.last.fm for c++ aplications.

Usage

  1. Clone the repository in your project folder
git clone https://github.com/creatorkostas/LastFM-API
  1. In your CMakeLists.txt file include the library
add_subdirectory(LastFM-API)
include_directories(LastFM-API)

target_link_libraries(${PROJECT_NAME} LastFMApi)
  1. To use the this library include the LastFMApi.hpp file

License

This work is published under the MIT License