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

@mdconsultoria-ti/n8n-nodes-crece

v0.1.1

Published

Nodos n8n para CRECE - Plataforma de Inteligencia Electoral (MD Consultoría)

Readme

@mdconsultoria-ti/n8n-nodes-crece

Nodos custom de n8n para integrar con CRECE — plataforma de inteligencia electoral de MD Consultoría.

Nodos incluidos (v0.1.0)

| Nodo | Descripción | Endpoints CRECE | |------|-------------|-----------------| | CRECE Segmentar | Búsqueda y consulta de ciudadanos en el CRM | GET /ciudadanos/, GET /ciudadanos/{id} | | CRECE Voter Score | Consulta de scores de voter likelihood | GET /crm/scores, POST /crm/interactions | | CRECE Contenido | Generación y consulta de piezas de contenido | GET /content/pieces, POST /content/generate | | CRECE Sentimiento | Monitoreo de alertas de sentimiento y crisis (polling + manual) | GET /alerts/, PATCH /alerts/{id}/status |

Nota v0.1.0: el nodo CRECE Canvassing fue omitido en esta versión por drift de contrato con el backend. Se publicará en v0.2.0 con soporte para el modelo rutas_canvassing (POST /canvassing/optimize, GET /canvassing/routes, PATCH /canvassing/routes/{id}/punto/{punto_id}).

Instalación

En tu instancia de n8n, ve a Settings → Community Nodes → Install y escribe:

@mdconsultoria-ti/n8n-nodes-crece

Acepta el disclaimer de instalación de código no verificado y click Install.

Configuración de credenciales

Crea una credencial de tipo CRECE API con:

  • URL Base: URL del backend CRECE incluyendo /api/v1 (ej. https://api-crece.ejemplo.com/api/v1)
  • API Key: key con formato crece_live_... generada desde POST /api/v1/api-keys del backend CRECE (requiere sesión admin)

Para generar una API key nueva:

curl -X POST https://<tu-backend>/api/v1/api-keys \
  -H "Authorization: Bearer <admin_jwt>" \
  -H "Content-Type: application/json" \
  -d '{"name":"n8n-prod","user_id":1,"permissions":{"campaigns":true,"content":true,"crm":true,"alerts":true}}'

El campo raw_key de la respuesta solo se muestra una vez — guárdalo en un gestor de secretos.

Compatibilidad

  • n8n >= 1.0.0
  • Node.js >= 20

Licencia

MIT © MD Consultoría SC