0.2.3 • Published 4 years ago
mixpanel-destination v0.2.3
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 installBuild destination
yarn buildRun tests
yarn testIf everything is ok - resulted destination file location
./dist/mixpanel-destination.jsValidate 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