Skip to content

Commit 2c9a865

Browse files
committed
readme
1 parent 6d6582e commit 2c9a865

4 files changed

Lines changed: 25 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
<img width="360" alt="Scoold Logo" src="https://scoold.com/logo.svg"/>
77
</picture>
88
<br><br>
9-
<h2>
9+
<h3>
1010
The most effective way to share knowledge within your team or organization
11-
</h2>
11+
</h3>
1212
</div>
13-
<div align="center">
1413

1514
# n8n-nodes-scoold
1615

1716
An n8n community node package that integrates [Scoold](https://scoold.com) — the open-source Q&A platform — with your n8n workflows.
1817

18+
[Follow the documentation](https://scoold.com/documentation/integrations/n8n/) to get started with the Scoold nodes for n8n.
19+
1920
## Nodes
2021

2122
### Scoold Trigger

dist/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
2-
"name": "n8n-nodes-scoold",
2+
"name": "@erudika/n8n-nodes-scoold",
33
"version": "0.1.0",
4+
"type": "module",
45
"description": "n8n community node for Scoold — search extraction and webhook-based event triggers",
56
"license": "MIT",
67
"homepage": "https://github.com/Erudika/n8n-nodes-scoold",
7-
"keywords": ["n8n-community-node-package"],
8-
"author": { "name": "Alex Bogdanovski", "email": "alex@erudika.com" },
8+
"keywords": ["n8n-community-node-package", "scoold", "n8n-nodes-scoold", "questions-and-answers"],
9+
"author": {
10+
"name": "Alex Bogdanovski",
11+
"email": "alex@erudika.com"
12+
},
913
"repository": {
1014
"type": "git",
1115
"url": "https://github.com/Erudika/n8n-nodes-scoold.git"
1216
},
17+
"publishConfig": {
18+
"provenance": true
19+
},
1320
"scripts": {
1421
"build": "n8n-node build",
1522
"build:watch": "tsc --watch",

dist/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
2-
"name": "n8n-nodes-scoold",
2+
"name": "@erudika/n8n-nodes-scoold",
33
"version": "0.1.0",
4+
"type": "module",
45
"description": "n8n community node for Scoold — search extraction and webhook-based event triggers",
56
"license": "MIT",
67
"homepage": "https://github.com/Erudika/n8n-nodes-scoold",
7-
"keywords": ["n8n-community-node-package"],
8-
"author": { "name": "Alex Bogdanovski", "email": "alex@erudika.com" },
8+
"keywords": ["n8n-community-node-package", "scoold", "n8n-nodes-scoold", "questions-and-answers"],
9+
"author": {
10+
"name": "Alex Bogdanovski",
11+
"email": "alex@erudika.com"
12+
},
913
"repository": {
1014
"type": "git",
1115
"url": "https://github.com/Erudika/n8n-nodes-scoold.git"
1216
},
17+
"publishConfig": {
18+
"provenance": true
19+
},
1320
"scripts": {
1421
"build": "n8n-node build",
1522
"build:watch": "tsc --watch",

0 commit comments

Comments
 (0)