Merge branch 'hackernews-docs' of https://github.com/smamudhan/n8n-docs into smamudhan-hackernews-docs

This commit is contained in:
Tanay Pant 2020-07-17 12:30:58 +02:00
commit f92a7cdf29
2 changed files with 39 additions and 0 deletions

View File

@ -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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB