n8n-nodes-datawrapper
v0.1.19
Published
n8n node for Datawrapper
Maintainers
Keywords
Readme
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-datawrapperOperations
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.
- Go to your Datawrapper account.
- Create a new API token.
- Copy the token.
- In n8n, create a new 'Datawrapper API' credential and paste the token into the 'API Token' field.
