The purpose of this webhook is to be integrated with a "The Things Network" console application. You can find a guide on how to do this here.
Keep in mind that the requests sent from the TTN are POST
.
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.1.7. Bun is a fast all-in-one JavaScript runtime.
To expose the service from your localhost to the internet, you can use ngrok:
ngrok http 3000