An example app for accepting stripe payments with nodejs. Includes a sample bootstrap form. This app is for educational purposes only.
##Prerequisites
- nodejs
- npm
- stripe test account
##Run Instructions
git clone https://github.com/mixxen/stripe-node-bootstrap.git
cd stripe-node-bootstrap
npm install
cp config-example.js config.js
vim config.js
node app.js
open http://localhost:3000
Test credit card number can be found here: https://stripe.com/docs/testing#cards
##License MIT