https://github.com/steedos/n8n-nodes-steedos
The Steedos node allows you to automate work in Steedos, and integrate Steedos with other applications.
https://github.com/steedos/n8n-nodes-steedos
Last synced: 5 months ago
JSON representation
The Steedos node allows you to automate work in Steedos, and integrate Steedos with other applications.
- Host: GitHub
- URL: https://github.com/steedos/n8n-nodes-steedos
- Owner: steedos
- License: mit
- Created: 2023-06-06T08:04:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T08:17:56.000Z (over 2 years ago)
- Last Synced: 2025-03-02T01:42:06.248Z (9 months ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-steedos
The Steedos node allows you to automate work in Steedos, and integrate Steedos with other applications.
## Getting Started
1. Install n8n using npm:
```sh
npm install n8n -g
```
When you are ready to test your node, publish it locally:
2. In your node directory
```sh
npm run build
npm link
```
Start n8n:
```sh
n8n start --tunnel
```