An open API service indexing awesome lists of open source software.

https://github.com/micc83/stripe-test


https://github.com/micc83/stripe-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Accept a Payment

Build a simple checkout form to collect payment details. Included are some basic
build and run scripts you can use to start up the application.

## Running the sample

1. Build the server

~~~
npm install
~~~

2. Run the server

~~~
npm start
~~~

3. Go to [http://localhost:4242/checkout.html](http://localhost:4242/checkout.html)