Popularity
1.1
Stable
Activity
0.0
Stable
0
2
0

Programming language: Crystal
License: MIT License
Tags: Third-party APIs    
Latest version: v0.3.1

mixpanel-crystal alternatives and similar shards

Based on the "Third-party APIs" category.
Alternatively, view mixpanel-crystal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mixpanel-crystal or a related project?

Add another 'Third-party APIs' Shard

README

mixpanel-crystal

GitHub release Travis GitHub license

mixpanel-crystal is a library for tracking events on Mixpanel from your crystal applications.

Installation

Add this to your application's shard.yml:

dependencies:
  mixpanel:
    github: petoem/mixpanel-crystal

Usage

require "mixpanel"

# Use Mixpanel::Tracker to track events in your application. To track an event, use
tracker = Mixpanel::Tracker.new "YOUR_TOKEN"
tracker.track "Signup", Mixpanel::Event::Properties{"username" => "Pino", "Age" => 2}

You can also take a look at the specs for more examples or generate documentation with crystal docs command.

Contributing

  1. Fork it ( https://github.com/petoem/mixpanel-crystal/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • petoem Michael Petö - creator, maintainer


*Note that all licence references and agreements mentioned in the mixpanel-crystal README section above are relevant to that project's source code only.