Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schmidsi/now-stripe-mailchimp

Microservice (zeit.co now) to receive Stripe charges and subscribe mail to Mailchimp
https://github.com/schmidsi/now-stripe-mailchimp

mailchimp microservice now stripe stripe-checkout zeit

Last synced: 16 days ago
JSON representation

Microservice (zeit.co now) to receive Stripe charges and subscribe mail to Mailchimp

Awesome Lists containing this project

README

        

Stripe Mailchimp now!
=====================

Simple microservice which runs on the awesome [zeit.co's now](https://zeit.co/now) (but probably also
everywhere else) which receives a stripe token, charges a certain amount and subscribes the corresponding
email directly to mailchimp. Great for deposits and similar stuff.

See it live on: http://www.opus-neoi.com

## Get started

- Install [zeit.co's now](https://zeit.co/now)
- Clone this repo and adjust it to your needs: Change the mailchimp list URI. And other stuff.
- Add the following snippet somewhere on your website:

```html


```

- Set your secrets (https://zeit.co/blog/environment-variables-secrets)

- deploy with:
now