Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schmidsi/now-stripe-mailchimp
- Owner: schmidsi
- Created: 2017-03-09T16:45:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T15:42:54.000Z (almost 8 years ago)
- Last Synced: 2024-12-03T03:36:35.237Z (19 days ago)
- Topics: mailchimp, microservice, now, stripe, stripe-checkout, zeit
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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