Skip to content

omatainstruments/node-stripe-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Stripe Example

Node + Express + Stripe

Looking for a more complex example? Node Stripe Charge

Quick Start

  1. Fork/Clone

  2. Install dependencies:

    $ npm install
  3. create a .env and add the following env variable:

    STRIPE_SECRET_KEY=ADD-YOUR-OWN-KEY
    
  4. update src/client/js/main.js with your publishable key:

    Stripe.setPublishableKey('UPDATE ME');
  5. Fire up the app - npm start. Then, navigate to http://localhost:3000/products/1 in your browser of choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.2%
  • HTML 42.7%
  • CSS 1.1%