https://github.com/hansputera/indonesia-expedition-webhook
Just simple application to fetch Indonesia Expedition Numbers and sent the updates if exist to webhooks
https://github.com/hansputera/indonesia-expedition-webhook
expedition expedition-track expeditions logistics
Last synced: 3 months ago
JSON representation
Just simple application to fetch Indonesia Expedition Numbers and sent the updates if exist to webhooks
- Host: GitHub
- URL: https://github.com/hansputera/indonesia-expedition-webhook
- Owner: hansputera
- License: mit
- Created: 2025-08-06T12:38:32.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-08T02:06:35.000Z (11 months ago)
- Last Synced: 2026-01-27T18:47:53.001Z (5 months ago)
- Topics: expedition, expedition-track, expeditions, logistics
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indonesia Expedition Webhook
A webhook integration service for Indonesian courier tracking systems.
It provides real‑time status updates from local shipping providers, normalizes incoming data, and enables automated forwarding to internal systems or chat platforms.
## 🚀 Features
- Supports receiving webhook callbacks from major Indonesian couriers (e.g. JNE, J&T, SiCepat).
- Parses and translates carrier-specific payloads into a unified format.
- Forwards status updates to HTTP(s) endpoints.
- Modular architecture: easy to extend support for new couriers or notification channels.
## 🛠️ Stack
- Node.js + TypeScript
- Lightweight web server (Pure Cloudflare Workers)