Skip to content

scripbox/snowplow-elixir-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnowplowTracker

CI codecov Hex.pm

Snowplow event tracker for elixir. Add analytics to your elixir/phoenix apps.

Installation

The latest version is 1.0.0 and requires elixir-1.6. Install the package by adding the following dependency:

def deps do
  [
    {:snowplow_tracker, "~> 1.0.0"}
  ]
end

Find out more

Technical Docs Setup Guide Roadmap Contributing
techdocs-image setup-image roadmap-image contributing-image
Technical Docs Setup Guide Roadmap Contributing