Skip to content

creatorkostas/LastFM-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors