ZENMODE
  • Introduction
  • What is $ZENMODE?
  • Key Features
  • Getting Started
  • Core Concepts
  • Resources
  • Support
Powered by GitBook
On this page

Getting Started

  1. Quick Setup (Bash)

Copynpm install @zenmode/sdk
# or
yarn add @zenmode/sdk
  1. Basic Integration (Javascript)

Copyimport { ZenMode } from '@zenmode/sdk';

const zenmode = new ZenMode({
  apiKey: 'YOUR_API_KEY'
});
PreviousKey FeaturesNextCore Concepts

Last updated 4 months ago