dynamaker

A library to simplify integration with DynaMaker using JavaScript/TypeScript

Usage no npm install needed!

<script type="module">
  import dynamaker from 'https://cdn.skypack.dev/dynamaker';
</script>

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.