Request Deezer Node

Hello everyone
I am new to N8N and I was looking for the function described below but it does not exist despite everything I like the operation I decided to use it for a lot of other things :slight_smile: .
I would like to have a “Deezer” node which looks like the “Spotify” node which has the same function (which of course depends on the diversity of the API).
Thanks if you can do it.

Hey @Teeflo,

Don’t forget to hit the vote button to make it count :+1:

For anyone interested API docs are here: https://developers.deezer.com/ they are hidden behind a login form so an account is needed.

1 Like

Ah yes thank you very much, I had forgotten. I just tried to use the API except that it is quite complicated I find when it is used without a node provided for this purpose.

1 Like

It is all good @Teeflo I am sure someone will pick this up at some point. I may even have a little look myself to see what is there.

2 Likes

Thanks you very much

I publish one, feedback are welcome.

1 Like

Hey @Mammoth,

Welcome to the community :tada:

I would update the dependencies as you currently have n8n-workflow and client-oauth2 being pulled down with the node which will likely cause issues.

Other than that, Nice work.

1 Like

Hello Jon, sorry for the delay, I have no experience as node development. I don’t understand what you mean by:

Should I remove these references or change theirs version by “workspace:*” in the package.json?

Thank you!

Hey @Mammoth,

You can find them here: n8n-nodes-deezer/package.json at main · felixcapuano/n8n-nodes-deezer · GitHub you shouldn’t need to include any n8n package as a dependency of your node.

I made the change it should be ok