Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 653 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 653 Bytes

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)