n8n-nodes-videomatik
v0.0.1
Published
Integrate your n8n workflows with the best video generation api in the market.
Downloads
61
Maintainers
Keywords
Readme
n8n-nodes-videomatik
📕 Integre usando o n8n com o Videomatik, a melhor api de geração de vídeos via api do mercado.
🤩 E foram construídas para dar performance e escala para aqueles que usam o Javascript como principal arma de vendas.
😎 Faça você também parte da comunidade que está utilizando do javascript para revolucionar no marketing digital.
🔗 acesso: https://jsdodigital.manuelantun.es
🎁 Concorra a um pix de R$ 500,00: https://jsdodigital.manuelantun.es/n8n
Instalando
Na sua instancia do n8n, acesse a aba de gerenciamento de pacotes e adicione o seguinte endereço:
n8n-nodes-digital-market-nodes
- E pronto! serão adicionados todos os nós disponíveis.
Pacote de nós atuais
Contribuindo
- Install n8n with:
npm install n8n -g
- Recommended: follow n8n's guide to set up your development environment.
Using this starter
These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.
- Generate a new repository from this template repository.
- Clone your new repo:
git clone https://github.com/<your organization>/<your-repo-name>.git
- Run
npm i
to install dependencies. - Open the project in your editor.
- Browse the examples in
/nodes
and/credentials
. Modify the examples, or replace them with your own nodes. - Update the
package.json
to match your details. - Run
npm run lint
to check for errors ornpm run lintfix
to automatically fix errors when possible. - Test your node locally. Refer to Run your node locally for guidance.
- Replace this README with documentation for your node. Use the README_TEMPLATE to get started.
- Update the LICENSE file to use your details.
- Publish your package to npm.
More information
Refer to our documentation on creating nodes for detailed information on building your own nodes.