项目作者: mdibay918

项目描述 :
STRIPE Webhooks Event Listener
高级语言: HTML
项目地址: git://github.com/mdibay918/stripe-webhooks-test.git
创建时间: 2018-09-11T15:04:12Z
项目社区:https://github.com/mdibay918/stripe-webhooks-test

开源协议:MIT License

下载


STRIPE Webhooks Listener

  • Heroku express application with Stripe webhook POST listener

  • [ ] POST /test-webhook

  • GET /

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

  1. $ git clone git@github.com:mdibay918/stripe-webhooks-test.git
  2. $ cd stripe-webhooks-test
  3. $ npm install
  4. $ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

  1. $ heroku create
  2. $ git push heroku master
  3. $ heroku open

or

Deploy to Heroku