Data Processing & Analysis
Daily Language Learning
Daily Language Learning
Scheduled
High
8
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
8
Node Types
0
Workflow JSON
5.38 KB
{
"id": "7",
"name": "Daily Language Learning",
"nodes": [
{
"name": "Daily trigger",
"type": "n8n-nodes-base.cron",
"position": [
620,
750
],
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 8
}
]
}
},
"typeVersion": 1
},
{
"name": "Get top 3 articles",
"type": "n8n-nodes-base.hackerNews",
"position": [
820,
750
],
"parameters": {
"limit": 3,
"resource": "all",
"additionalFields": {
"tags": [
"front_page"
]
}
},
"typeVersion": 1
},
{
"name": "Extract words",
"type": "n8n-nodes-base.function",
"position": [
1020,
750
],
"parameters": {
"functionCode": "const words = [];\nconst regex = /\\d/g;\nconst newItems = [];\n\n// Splits titles into words and remo...Showing first 1000 characters. Click "Expand" to view the full JSON.