micro-stripe-payment

An asynchronous HTTP micro-service for accepting Stripe payments on static sites.

Stars
4

Micro Stripe Payment

An asynchronous HTTP micro-service for accepting Stripe payments on static sites. Built with micro.

Usage

  1. git clone https://github.com/molovo/micro-stripe-payment && cd micro-stripe-payment
  2. yarn or npm install
  3. cp .env.example .env
  4. vi .env and add configuration details
  5. npm start
  6. Profit!