n8n-nodes-devto
v0.1.2
Published
n8n community node for the DEV Community (Forem) API
Readme
An n8n community node that lets you use DEV Community in your n8n workflows.
Installation
- Make a new workflow or open an existing one
- Open the nodes panel by selecting + or pressing Tab
- Search for DEV Community
- Select Install to install the node for your instance
Credentials
- Go to DEV Settings > Extensions
- Under DEV Community API Keys, generate a new API key
- In n8n, create a new DEV API credential and paste your key
Resources
| Operation | Description | | --------- | ----------- | | Create | Create an article | | Get | Get an article by ID | | Get Many | Get many articles with filters (tag, username, state, top) | | Get My Articles | Get your own articles (all, published, or unpublished) | | Update | Update an article | | Unpublish | Unpublish an article |
| Operation | Description | | --------- | ----------- | | Get | Get a comment by ID | | Get Many | Get comments for an article or podcast episode |
| Operation | Description | | --------- | ----------- | | Get Many | Get your followers |
| Operation | Description | | --------- | ----------- | | Get | Get an organization by username | | Get Articles | Get an organization's articles | | Get Members | Get an organization's members |
| Operation | Description | | --------- | ----------- | | Get Many | Get podcast episodes |
| Operation | Description | | --------- | ----------- | | Create | Create a reaction on an article, comment, or user | | Toggle | Toggle a reaction |
| Operation | Description | | --------- | ----------- | | Get Many | Get your reading list items |
| Operation | Description | | --------- | ----------- | | Get Many | Get tags | | Get Followed | Get your followed tags |
| Operation | Description | | --------- | ----------- | | Get | Get a user by ID or username | | Get Me | Get the authenticated user |
| Operation | Description | | --------- | ----------- | | Get Many | Get video articles |
Development
git clone https://github.com/hansdoebel/n8n-nodes-dev.git
cd n8n-nodes-dev
npm install
npm run build
npm run lint