Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 698 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 698 Bytes

SailOnJamendo

In the first version of the App, you aren't able to log you and get your playlist. The only functions you have is to search for Artists/Albums and Tracks and play them.

All informations about the Jamendo's API is there : https://developer.jamendo.com/v3.0

  • Setting the API key As the API key is private for each applications, I put it in the file qml/js/jamconfig.js and this file is private. The content of the file is something like that :

    .pragma library
    
    var jamAppId = "<key id>";
    var jamApiBase = "https://api.jamendo.com/v3.0";

    If you just want to try it, you can use the public key (0a7472b2) and generate your own later.