content/projects/clojure-postmark.html @ 4cf3a64203d2

taimes
author Steve Losh <steve@stevelosh.com>
date Wed, 11 Jul 2012 12:04:56 -0400
parents e4616e4c85ea
children (none)
    {% extends "_post.html" %}

    {% hyde
        title: "clojure-postmark"
        snip: "Use Postmark from Clojure."
        created: 2011-10-10 00:00:03
        exclude: False
    %}

    {% block article %}

[clojure-postmark][] lets you talk to [Postmark][] from [Clojure][].

It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][].

[clojure-postmark]: http://sjl.bitbucket.org/clojure-postmark/
[Postmark]: http://postmarkapp.com/
[Clojure]: http://clojure.org/
[BitBucket]: http://bitbucket.org/sjl/d/
[GitHub]: http://github.com/sjl/d/

    {% endblock %}