{"id":24016624,"url":"https://github.com/esadek/hungry-hippo","last_synced_at":"2026-06-11T13:31:29.822Z","repository":{"id":207299612,"uuid":"716849245","full_name":"esadek/hungry-hippo","owner":"esadek","description":"Consume webhooks on your local machine","archived":false,"fork":false,"pushed_at":"2024-09-25T22:02:25.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T19:49:21.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esadek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-10T02:09:15.000Z","updated_at":"2024-09-25T22:02:29.000Z","dependencies_parsed_at":"2023-11-19T21:26:09.372Z","dependency_job_id":null,"html_url":"https://github.com/esadek/hungry-hippo","commit_stats":null,"previous_names":["esadek/hungry-hippo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esadek/hungry-hippo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Fhungry-hippo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Fhungry-hippo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Fhungry-hippo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Fhungry-hippo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esadek","download_url":"https://codeload.github.com/esadek/hungry-hippo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esadek%2Fhungry-hippo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34201840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2025-01-08T08:52:08.060Z","updated_at":"2026-06-11T13:31:29.767Z","avatar_url":"https://github.com/esadek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hungry Hippo\n\n[![Build](https://img.shields.io/github/actions/workflow/status/esadek/hungry-hippo/ci.yaml)](https://github.com/esadek/hungry-hippo/actions/workflows/ci.yaml)\n[![Size](https://img.shields.io/github/size/esadek/hungry-hippo/main.ts)](https://github.com/esadek/hungry-hippo/blob/main/main.ts)\n[![License](https://img.shields.io/github/license/esadek/hungry-hippo)](https://github.com/esadek/hungry-hippo/blob/main/LICENSE)\n\nHungry Hippo is a [Deno](https://deno.com/) HTTP server that accepts JSON\npayloads via POST, PUT and PATCH requests and appends the received JSON to a\n[JSON Lines](https://jsonlines.org/) file. [ngrok](https://ngrok.com/) is used\nto expose the server to the internet. Hungry Hippo was created to be used with\nthe\n[RudderStack webhooks destination](https://www.rudderstack.com/docs/destinations/webhooks/),\nbut can be used to consume webhooks from other providers.\n\n![Diagram](diagram.png)\n\n## Prerequisite\n\nInstall Deno on your machine.\n\nMac and Linux:\n\n```bash\ncurl -fsSL https://deno.land/install.sh | sh\n```\n\nWindows:\n\n```bash\nirm https://deno.land/install.ps1 | iex\n```\n\n## Usage\n\n1. Run HTTP server and tunnel:\n\n```bash\ndeno run -A https://raw.githubusercontent.com/esadek/hungry-hippo/main/main.ts\n```\n\n2. Send requests to ngrok URL:\n\n```bash\ncurl --json '{\"event\": \"test\"}' https://abc-123.ngrok-free.app\n```\n\n3. View JSON objects in `data.jsonl`:\n\n```bash\ncat data.jsonl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesadek%2Fhungry-hippo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesadek%2Fhungry-hippo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesadek%2Fhungry-hippo/lists"}