npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

n8n-nodes-deezer

v0.4.2

Published

This is a custom node for [n8n](https://n8n.io/) that allows you to interact with the Deezer API. With this node, you can perform various actions such as searching for tracks, albums, artists, and playlists, retrieving track details, and more.

Downloads

18

Readme

Deezer Node for n8n

This is a custom node for n8n that allows you to interact with the Deezer API. With this node, you can perform various actions such as searching for tracks, albums, artists, and playlists, retrieving track details, and more.

Prerequisites

Before using this node, make sure you have the following:

  • An active Deezer account
  • Access to the Deezer API (you can obtain this by creating an application on the Deezer for Developers website)

Installation

User

https://docs.n8n.io/integrations/community-nodes/installation/gui-install/

Developer

  1. Install n8n by following the instructions in the n8n documentation.
  2. Clone or download this repository.
  3. Navigate to the repository folder and run the following command to install the dependencies:
npm install
  1. Copy the entire folder deezer to your n8n custom nodes folder. The default location for the custom nodes folder is ~/.n8n/custom/.

Usage

  1. Open n8n in your browser.
  2. Create a new workflow or open an existing one.
  3. Drag and drop the "Deezer" node from the nodes panel onto the canvas.
  4. Double-click on the node to configure it.
  5. Click on the credentials field and select "Add new Deezer API credentials".
  6. Enter your Deezer API credentials (client ID and client secret) and click "Create".
  7. Select the desired operation from the "Operation" dropdown list.
  8. Configure the remaining fields based on the selected operation.
  9. Click "Execute Node" to run the workflow.

Credentials

To use the Deezer API node, you need to create Deezer API credentials. Here's how:

  1. Open n8n in your browser.
  2. Click on the "Credentials" tab in the top menu.
  3. Click on the "Create New Credentials" button.
  4. Select "Deezer API" from the dropdown list.
  5. Enter a name for the credentials (e.g., "Deezer API").
  6. Enter your Deezer API client ID and client secret.
  7. Click "Create" to save the credentials.

Node Reference

Deezer

The Deezer node has the following operations:

  • Search: Search for tracks, albums, artists, or playlists.
  • Get Track: Retrieve details for a specific track.
  • Get Album: Retrieve details for a specific album.
  • Get Artist: Retrieve details for a specific artist.
  • Get Playlist: Retrieve details for a specific playlist.
  • Get User: Retrieve details for a specific user.
  • And more...

For detailed information on each operation and their respective input/output parameters, refer to the Deezer API documentation.

Limitations

Please note that this node currently supports a subset of the Deezer API functionality. If you require additional features, feel free to contribute to the project or submit a feature request.

Support

If you encounter any issues or have any questions, please open an issue in the GitHub repository.

License

MIT