Skip to content

AKurilin/mixr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mixr

A Clojure library wrapping the Mixpanel HTTP REST API.

Installation

mixr is available as a maven artifact from Clojars

[mixr "0.0.1"]

License

Usage

The main functionality is provided by the mixr.core namespace.

Require it in the REPL:

(require '[mixr :as mixr])

Require it in your application:

(ns my-app.core
  (:require [mixr :as mixr]))

The client supports basic Mixpanel functionality such as event, update and increment.

Copyright © 2013 Alexandr Kurilin

Distributed under the MIT License (MIT)

About

Clojure wrapper for Mixpanel HTTP REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published