| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Node + Express + Stripe
Looking for a more complex example? Node Stripe Charge
Fork/Clone
Install dependencies:
$ npm installcreate a .env and add the following env variable:
STRIPE_SECRET_KEY=ADD-YOUR-OWN-KEY
update src/client/js/main.js with your publishable key:
Stripe.setPublishableKey('UPDATE ME');Fire up the app - npm start. Then, navigate to http://localhost:3000/products/1 in your browser of choice.
| Back | FazBrowse Home | New Git URL |