Micro Stripe Payment
An asynchronous HTTP micro-service for accepting Stripe payments on static sites. Built with micro.
Usage
git clone https://github.com/molovo/micro-stripe-payment && cd micro-stripe-payment
yarn
ornpm install
cp .env.example .env
vi .env
and add configuration detailsnpm start
- Profit!