mailchimp-subscribe: MailChimp subscription request handler

[ mail, mit, program ] [ Propose Tags ]

MailChimp subscription request handler, built with Scotty. Intended to support custom signup forms.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0
Dependencies aeson (<0.9), base (>=4 && <5), http-client (<0.5), http-client-tls (<0.3), http-types (<0.9), reflection (<1.6), scotty (<0.10), text (<1.3), transformers (<0.5), wai-extra (<3.1) [details]
License MIT
Copyright Copyright © 2014 Miëtek Bak
Author Miëtek Bak <hello@mietek.io>
Maintainer Miëtek Bak <hello@mietek.io>
Category Mail
Home page https://github.com/mietek/mailchimp-subscribe/
Uploaded by mietek at 2014-12-02T15:18:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables mailchimp-subscribe
Downloads 962 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-09-27 [all 7 reports]

Readme for mailchimp-subscribe-1.0

[back to package description]

mailchimp-subscribe

MailChimp subscription request handler, built with Scotty. Intended to support custom signup forms.

Usage

Deploying with Halcyon

$ halcyon deploy https://github.com/mietek/mailchimp-subscribe
$ export MAILCHIMP_API_KEY=...
$ export MAILCHIMP_LIST_ID=...
$ export WEBSITE_URL=...
$ PORT=8080 mailchimp-subscribe

Deploying with Haskell on Heroku

Deploy

About

Made by Miƫtek Bak. Published under the MIT X11 license.