Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
HTML
JavaScript
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
Procfile | ||
|
|
README | ||
|
|
cash_register.wav | ||
|
|
index.html | ||
|
|
package.json | ||
|
|
server.js | ||
README
A simple app written in node.js (and, marginally designed to run on Heroku). This listens for charge.succeeded webhooks from Stripe, and then prints a message (and plays a sound) in any browser connected to the server. For info on setting up on heroku, see this tutorial: http://devcenter.heroku.com/articles/node-js Install dependencies with: npm install . Run with: node server.js Open in browser with: http://localhost:8080 Add your stripe api key to your env: heroku config:add STRIPE_SECRET_KEY=<YOUR KEY> Configure your stripe webhooks here: https://manage.stripe.com/#account/webhooks to http://{YOUR_SERVER}/stripe-webhook