Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 497 Bytes

File metadata and controls

23 lines (16 loc) · 497 Bytes

Quickstart: Create a Hookdeck Connection with TypeScript

An example application that demonstrates creating a Hookdeck Connection with the Hookdeck TypeScript SDK.

Get the code

npx degit hookdeck/quickstarts/typescript/creation-connection hookdeck-create-connection
cd hookdeck-create-connection

Run the app with Node.js

npm i
npx esrun index-node.ts

Run the app with Deno

deno run index-deno.ts