yevgenko / learn-segment-analytics-ruby

Learning Segment Analytics API in ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn::Analytics::Ruby

Learning different aspects of Segment analitics API and its friends.

Setup

$ export SEGMENT_WRITE_KEY=<your write key>
$ bundle

Usage

First find and read specific test in spec/learn/analytics and once ready run it like this:

$ bundle exec rspec  --color  spec/learn/analytics/mixpanel_group_analytics_spec.rb

Where applicable, assert results with your eyes as described in test. Write your own test to learn more :)

License

The gem is available as open source under the terms of the MIT License.

About

Learning Segment Analytics API in ruby

License:MIT License


Languages

Language:Ruby 98.1%Language:Shell 1.9%