Instant, deployable Stripe payment gateways.
A demo can be found here.
You can deploy this repository instantly using now
.
now hcjk/insta-stripe
This will walk you through deploying insta-stripe
, and will allow you to set the variables
A .env
file can be used to configure the variables. An example .env
file looks like this:
# The person that's paying the money
paymentPerson=someone
# Amount in cents
paymentAmount=100
# A description for the payment
paymentDescription=design
# A stripe public key
stripePublicKey=STRIPE_PUBLIC_KEY
# A stripe secrey key
stripeSecretKey=STRIPE_SECRET_KEY
git clone https://github.com/hcjk/insta-stripe.git
Duplicate .env.example
to .env
and update the values accordingly.
yarn
yarn start
The server will be running at localhost:3000
.
Copyright (c) 2017 Henry Kaufman, licensed under the MIT license. See LICENSE for more information.