Skip to content

Repository for the implementations of the crypto-webhook packages.

Notifications You must be signed in to change notification settings

kye44/crypto-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-webhook

Repository for the implementations of the crypto-webhook packages.

Usage

Typescript

    const webHookManager = new WebHookManager(3001);
    webHookManager.AddWebHookListener(new WebHookListener([
        (webHookEvent: IWebHookEvent) => console.log(webHookEvent.Event),
        (webHookEvent: IWebHookEvent) => console.log(webHookEvent.Content)
    ], '/test'));

    webHookManager.Start();

About

Repository for the implementations of the crypto-webhook packages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published