dynamaker
v0.2.3
Published
A library to simplify integration with DynaMaker using JavaScript/TypeScript
Downloads
1
Readme
dynamaker
A library to simplify integration with DynaMaker using JavaScript/TypeScript
Getting started
Installation
npm i dynamaker
Import
// you can import select features
import { webhookParser } from 'dynamaker'
// or you can import everything as a namespace
import * as dynamaker from 'dynamaker'
Webhook Secret
You can find your webhook secret (test and production) in the plugins section of your project in the DynaMaker dashboard.
Examples
Examples can be found in the /examples
dir.