{"id":28936332,"url":"https://github.com/roc41d/webhook-client","last_synced_at":"2026-05-01T08:31:39.310Z","repository":{"id":298927175,"uuid":"1001573030","full_name":"roc41d/webhook-client","owner":"roc41d","description":"A minimal Express.js + Docker webhook receiver that logs HTTP requests to console","archived":false,"fork":false,"pushed_at":"2025-06-13T16:16:26.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T20:08:55.433Z","etag":null,"topics":["api","docker","dockerfile","express-js","javascript","nodejs","webhook-client"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/rocardho/webhook-client","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roc41d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-13T16:02:02.000Z","updated_at":"2025-06-13T16:35:31.000Z","dependencies_parsed_at":"2025-06-13T17:23:10.208Z","dependency_job_id":"dfd4edf8-0d01-4674-ba81-41a4093fa79d","html_url":"https://github.com/roc41d/webhook-client","commit_stats":null,"previous_names":["roc41d/webhook-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roc41d/webhook-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fwebhook-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fwebhook-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fwebhook-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fwebhook-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roc41d","download_url":"https://codeload.github.com/roc41d/webhook-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fwebhook-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","docker","dockerfile","express-js","javascript","nodejs","webhook-client"],"created_at":"2025-06-22T20:08:36.695Z","updated_at":"2026-05-01T08:31:39.305Z","avatar_url":"https://github.com/roc41d.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webhook Client\n\n[![Docker Hub](https://img.shields.io/badge/Docker%20Hub-rocardho%2Fwebhook--client-blue)](https://hub.docker.com/r/rocardho/webhook-client)\n\nA minimal Express.js server that logs incoming webhook requests to the console, with Docker support.\n\n## Features\n- POST `/webhook` endpoint that logs headers + body\n- Health check at `/health`\n- Auto-reload in development (using Nodemon)\n- Dockerized for easy deployment\n\n## 🚀 Quick Deployment (Docker Hub)\n\nPre-built image available on Docker Hub:\n\n```bash\n# Pull and run the latest version\ndocker run -p 3000:3000 -d rocardho/webhook-client:latest\n```\n\n```bash\n# Or specify a version\ndocker run -p 3000:3000 -d rocardho/webhook-client:1.0.0\n```\n\n## Quick Start\n\n### Without Docker\n1. Install dependencies:\n   ```bash\n   npm install\n2. Start the server:\n   ```bash\n    npm start       # Production\n    npm run dev     # Development (auto-reload)\n\n## With Docker\n1. Build the image::\n   ```bash\n   docker build -t webhook-client .\n2. Run the container:\n   ```bash\n    docker run -p 3000:3000 -d --name webhook-client webhook-client\n\n## Usage\nSend a test webhook:\n```bash\ncurl -X POST http://localhost:3000/webhook \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"event\": \"test\", \"data\": {\"key\": \"value\"}}'\n```\n\n## View Logs\n```bash\n# Local\nnpm start\n\n# Docker\ndocker logs -f webhook-client\n```\n\n## Endpoints\n| Route       | Method | Description                          |\n|-------------|--------|--------------------------------------|\n| `/webhook`  | POST   | Receives and logs webhook data       |\n| `/health`   | GET    | Returns `{\"status\":\"healthy\"}`       |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froc41d%2Fwebhook-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froc41d%2Fwebhook-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froc41d%2Fwebhook-client/lists"}