mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge branch 'hackernews-docs' of https://github.com/smamudhan/n8n-docs into smamudhan-hackernews-docs
This commit is contained in:
commit
f92a7cdf29
39
docs/nodes/nodes-library/nodes/HackerNews/README.md
Normal file
39
docs/nodes/nodes-library/nodes/HackerNews/README.md
Normal 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.
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
BIN
docs/nodes/nodes-library/nodes/HackerNews/workflow.png
Normal file
BIN
docs/nodes/nodes-library/nodes/HackerNews/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue
Block a user