/jitsu-mixpanel

Primary LanguageTypeScriptMIT LicenseMIT

Mixpanel Destination for Jitsu

Implementation of Mixpanel destination for Jitsu based on an alpha version of Jitsu SDK.

Using

Install all dependencies for a project

yarn install

Build destination

yarn build

Run tests

yarn test

If everything is ok - resulted destination file location

./dist/mixpanel-destination.js

Validate destination config:

with json string:

yarn validate-config --config-object '{"api_secret": "abc","token": "def", "project_id": "123"}'

with json file:

yarn validate-config --config config.json