n8n-nodes-what3words
v0.2.1
Published
what3words is a geocoding system that assigns a unique combination of three words to each 3-meter square area on the Earth's surface. It aims to provide a more human-friendly, easy-to-remember, and accurate way of sharing locations, especially in areas wi
Downloads
39
Maintainers
Readme
n8n-nodes-what3words
n8n "simple" state machine is storing your nodes/workflow state globally or workflow level
What is the what3words?
What3words is a geocoding system that assigns a unique combination of three words to each 3-meter square area on the Earth's surface. It aims to provide a more human-friendly, easy-to-remember, and accurate way of sharing locations, especially in areas without clear addresses or where traditional navigation systems may be less effective
How to install
Community Nodes (Recommended)
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-what3words
in Enter npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
Manual installation
To get started install the package in your n8n root directory:
npm install n8n-nodes-what3words
For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-what3words
How to use
- You need to register a what3words account
- You need to go the developer page
- You need to create an API key
Demo
Errors
If you have any error, please open an issue on Github