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.
-
discordcr
Minimalist Discord library for Crystal. (Still WIP, but usable) -
TelegramBot
(deprecated) see https://github.com/protoncr/tourmaline instead -
twitter-crystal
A library to access the Twitter API using Crystal -
crystal_slack
Parse Slack slash commands or send incoming web hooks from Crystal -
gitlab.cr
Gitlab.cr is a GitLab API wrapper written by Crystal -
crystal-consul
Crystal client for Consul (http://www.consul.io/) -
google_maps_api
Crystal library for the Google Maps API. -
mollie.cr
Mollie Payments API client for Crystal http://www.mollie.com -
open_exchange_rates
A library for Open Exchange Rates API -
aws-signer.cr
This library signs your HTTP requests using AWS v4 -
twilio.cr
A Crystal shard for communicating with the Twilio API -
GDAX
📈 GDAX REST and WebSocket API wrapper to trade blockchain cryptocurrencies like bitcoin, Litecoin and Ethereum. -
web_finger
A WebFinger (https://tools.ietf.org/html/rfc7033) client for Crystal. -
soundcloud-crystal
A library to access the SoundCloud API using Crystal -
bugsnag.cr
bugsnag exception notifier written in crystal. Supports sidekiq.cr, kemal, HTTP::Server. -
host_meta
A Web Host Metadata (https://tools.ietf.org/html/rfc6415) client for Crystal. -
fantasy_football_nerd_api
Crystal library for Fantasy Football Nerd API
Static code analysis for 29 languages.
Do you think we are missing an alternative of mixpanel-crystal or a related project?
README
mixpanel-crystal
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
- Fork it ( https://github.com/petoem/mixpanel-crystal/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- 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.