datawrapper

n8n node for Datawrapper

Package Information

Downloads: 46 weekly / 540 monthly
Latest Version: 0.1.19
Author: Claus Hesseling

Documentation

n8n-nodes-datawrapper

This is an n8n community node to interact with the Datawrapper API. It allows you to create, update, and publish charts, as well as manage their data.

Datawrapper is a well-known tool for creating interactive charts, maps, and tables for digital journalism and business intelligence.

Important: This is not an official node published by Datawrapper. It is a community node created by the n8n community.

Installation

Follow the installation guide in the n8n community nodes documentation to install this package.

npm install n8n-nodes-datawrapper

Operations

Chart

  • Create: Create a new chart.
  • Update: Update an existing chart's title or type.
  • Add Data: Add data to a chart. You can choose to:
    • All Input Items: Automatically convert all JSON items from the previous node into CSV and upload them.
    • Manual: Provide a CSV or JSON string directly.
  • Publish: Publish a chart to make it public.
  • Get: Retrieve metadata for a specific chart.
  • Get Data: Download the data currently stored in a chart.

Credentials

You will need a Datawrapper API Token. You can generate one in your Datawrapper account settings.

  1. Go to your Datawrapper account.
  2. Create a new API token.
  3. Copy the token.
  4. In n8n, create a new 'Datawrapper API' credential and paste the token into the 'API Token' field.

License

MIT

Discussion