Skip to content

a-cube-io/acube-webhook-example-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of a A-CUBE webhook server written in Typescript

This project is a sample implementation of a webhook that checks the validity of A-Cube signature.

To run it, first install dependencies with

npm install

Compile Typescript code with

npx tsc

Then start the server with

npm start

The server should now be running on port 3000.