Mixpanel API Client
A simple API client for tracking data in Mixpanel
Installation
Installation is a piece of cake:
$ gem install mixpanel-clientUsage
Usage is pretty straightforward:
client = Mixpanel.new('YOUR API KEY')
client.track('event', :some => 'data')Copyright
See LICENSE for details.