0.2.3 • Published 2 years ago

mixpanel-destination v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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