npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-creem

v1.0.2

Published

n8n community node for CreemIO payment platform

Readme

n8n-nodes-creem

Este é um node da comunidade n8n que permite usar a plataforma de pagamentos CreemIO em seus workflows n8n.

CreemIO é uma plataforma de pagamentos simples e direta para desenvolvedores SaaS e independentes.

n8n é uma plataforma de automação de workflows com licença fair-code.

📑 Índice

📦 Instalação

Siga o guia de instalação na documentação de nodes da comunidade n8n.

Community Nodes (Recomendado)

  1. Vá em Settings > Community Nodes
  2. Selecione Install
  3. Digite n8n-nodes-creem em Enter npm package name
  4. Aceite os riscos de usar community nodes
  5. Selecione Install

Instalação Manual

Para instalar manualmente, execute:

npm install n8n-nodes-creem

Para usuários Docker:

docker exec -it -u node <container-name> sh -c "cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-creem"

🎯 Operações

Product (Produto)

  • Create: Criar um novo produto
  • Get: Buscar produto por ID
  • List: Listar todos os produtos com filtros opcionais
  • Update: Atualizar um produto existente
  • Delete: Deletar um produto

Funcionalidades

  • ✅ Suporte a pagamentos recorrentes e únicos
  • ✅ Múltiplas moedas (USD, EUR, BRL, GBP, CAD, AUD)
  • ✅ Períodos de cobrança configuráveis (semanal, mensal, anual)
  • ✅ Configuração de impostos (inclusive/exclusive)
  • ✅ URLs de redirecionamento personalizadas
  • ✅ Paginação e filtros avançados

🔑 Credenciais

Para usar este node, você precisa de uma conta CreemIO e uma API key.

  1. Cadastre-se em CreemIO
  2. Acesse seu dashboard e gere uma API key
  3. No n8n, crie uma nova credencial Creem API
  4. Insira sua API key
  5. Selecione seu ambiente (Production/Test/Sandbox)

✅ Compatibilidade

  • Versão mínima do n8n: 0.200.0
  • Testado com n8n versão: 1.0.0+
  • Node.js: 20.15+

🛠️ Desenvolvimento

Requisitos

  • Node.js 20.15+
  • npm ou yarn
  • n8n instalado (globalmente ou localmente)

Scripts Disponíveis

# Instalar dependências
npm install

# Build do projeto
npm run build

# Modo desenvolvimento (watch)
npm run dev

# Formatação de código
npm run format

# Lint
npm run lint

# Corrigir lint automaticamente
npm run lintfix

Testar Localmente

# No diretório do projeto
npm link

# No diretório do n8n
cd ~/.n8n
npm link n8n-nodes-creem

# Reiniciar n8n
n8n start

📚 Recursos

📄 Licença

MIT

💬 Suporte

Para problemas, questões ou contribuições, por favor abra uma issue no GitHub.


Desenvolvido por RicaDEV 🚀