@transcend-io/typescript-webhook-example
Version:
Example of a webhook that can be integrated with Transcend.
42 lines (28 loc) • 984 B
Markdown
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [Typescript](#typescript)
- [Installation](#installation)
- [Build](#build)
- [Start](#start)
- [Transcend-internal developer notes](#transcend-internal-developer-notes)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Typescript
Internal system integrations in Typescript. Check out the parent [README](../README.md) for more context.
## Installation
```sh
yarn
```
## Build
```sh
yarn build
```
## Start
```sh
yarn start
```
## Transcend-internal developer notes
- This code is actively used for live demos.
- This is associated with the demo account, [eShopIt](https://e-shop-it.trsnd.co).
- A design choice was made not to put webhook verification on an Express middleware. It's a nice refactor, but it can be esoteric to readers.
- Use ngrok in dev.