Yeller Documentation

Welcome to Yeller's documentation. Here you'll find guides on how to get Yeller installed in your app.

Need help?

I'm always happy to help out with code or any other questions.

Email me :

If you want to pair on getting Yeller setup on your project, or chat about how to use it most effectively, that's available as well, just hit me up via email.

Quick Start

If you've integrated Yeller before, or just want a cheat sheet to integrating the client libraries, see below.

Leiningen:

[yeller-clojure-client "1.2.1"]

Then use the ring middleware


(require 'yeller.clojure.ring)

(yeller.clojure.ring/wrap-ring
  my-app
  {:token "YOUR TOKEN HERE"
   :environment "production"})