Node.js/ Express app that uses the Stripe API to sell an ebook
1.0.0
module.exports = {
stripePublishableKey:'_YOUR_OWN_PUBLISHABLE_KEY_',
stripeSecretKey:'_YOUR_OWN_SECRET_KEY_'
}
Install the dependencies
$ npm install
To serve in the browser
$ npm start
Brad Traversy Traversy Media
1.0.0
This project is licensed under the MIT License