devto

n8n community node for the DEV Community (Forem) API

Package Information

Downloads: 109 weekly / 185 monthly
Latest Version: 0.1.2
Author: Hans Doebel

Documentation


n8n-nodes-devto

NPM Version GitHub License NPM Downloads NPM Last Update n8n 2.9.4

Installation | Credentials | Resources | Development | License


An n8n community node that lets you use DEV Community in your n8n workflows.

Installation

  1. Make a new workflow or open an existing one
  2. Open the nodes panel by selecting + or pressing Tab
  3. Search for DEV Community
  4. Select Install to install the node for your instance

Credentials

  1. Go to DEV Settings > Extensions
  2. Under DEV Community API Keys, generate a new API key
  3. In n8n, create a new DEV API credential and paste your key

Resources

Article
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
Comment
Operation Description
Get Get a comment by ID
Get Many Get comments for an article or podcast episode
Follower
Operation Description
Get Many Get your followers
Organization
Operation Description
Get Get an organization by username
Get Articles Get an organization's articles
Get Members Get an organization's members
Podcast Episode
Operation Description
Get Many Get podcast episodes
Reaction
Operation Description
Create Create a reaction on an article, comment, or user
Toggle Toggle a reaction
Reading List
Operation Description
Get Many Get your reading list items
Tag
Operation Description
Get Many Get tags
Get Followed Get your followed tags
User
Operation Description
Get Get a user by ID or username
Get Me Get the authenticated user
Video
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

License

MIT

GitHub | Issues | DEV Community API Docs

Discussion