node.JS and Stripe api
Ebook Seller App Node.js/ Express app that uses the Stripe API to sell an ebook
Version 1.0.0
Usage Create a config/keys_dev.js file and add.... module.exports = { stripePublishableKey:'YOUR_OWN_PUBLISHABLE_KEY', stripeSecretKey:'YOUR_OWN_SECRET_KEY' } Installation Install the dependencies
$ npm install Serve To serve in the browser
$ npm start App Info Author Tarek
Version 1.0.0
License This project is licensed under the MIT License