Getting Started

Welcome to TrackTags! This guide will get you up and running in 5 minutes.

Installation

Add TrackTags to your mix.exs dependencies:

def deps do
  [
    {:tracktags, "~> 1.0"}
  ]
end