Skip to content

ba-st/Willow-Mixpanel

Repository files navigation

Willow Mixpanel

Logo

Integration between Willow and the Mixpanel Javascript API

Unit Tests Coverage Status Baseline Groups Markdown Lint

GitHub release Pharo 7.0 Pharo 8.0 Pharo 9.0 Pharo 10 Pharo 11

Quick links

License

  • The code is licensed under MIT.
  • The documentation is licensed under CC BY-SA 4.0.

Quick Start

To load the project in a Pharo image follow these instructions.

Include WillowMixpanelMetadataLibrary in the libraries updating the application root.

(WillowMixpanelMetadataLibrary using: 'YOUR_MIXPANEL_TOKEN') updateRoot: aRoot

This will load the mixpanel support and then start tracking your events:

  button onTrigger sendToMixpanel: [:mixpanel | mixpanel track: 'User event' ]

Contributing

Check the Contribution Guidelines

Credits

  • This integration was initially made at Mercap by @fortizpenaloza
  • Pharo and GitHub migration by @gcotelli