Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.71 KB

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