diff --git a/docs/nodes/nodes-library/nodes/HackerNews/README.md b/docs/nodes/nodes-library/nodes/HackerNews/README.md new file mode 100644 index 000000000..ebf0a4a83 --- /dev/null +++ b/docs/nodes/nodes-library/nodes/HackerNews/README.md @@ -0,0 +1,39 @@ +--- +permalink: /nodes/n8n-nodes-base.hackerNews +--- + +# Hacker News + +[Hacker News](https://news.ycombinator.com/) is a social news website focusing on computer science and entrepreneurship. + +::: tip 🔑 Credentials +The Hacker News node does not require authentication. +::: + +## Basic Operations + +- All + - Get all items +- Article + - Get a Hacker News article +- User + - Get a Hacker News user + +## Example Usage + +This workflow allows you to get articles from Hacker News. You can also find the [workflow](https://n8n.io/workflows/525) on this website. This example usage workflow would use the following two nodes. +- [Start](../../core-nodes/Start) +- [Hacker News]() + +The final workflow should look like the following image. + +![A workflow with the Hacker News node](./workflow.png) + +### 1. Start node + +The start node exists by default when you create a new workflow. + +### 2. Hacker News node + +1. Select the 'All' option in the *Resource* dropdown list. +2. Click on *Execute Node* to run the workflow. diff --git a/docs/nodes/nodes-library/nodes/HackerNews/workflow.png b/docs/nodes/nodes-library/nodes/HackerNews/workflow.png new file mode 100644 index 000000000..942e15fce Binary files /dev/null and b/docs/nodes/nodes-library/nodes/HackerNews/workflow.png differ