https://github.com/emschwartz/web-payment-request-demo-server
Demo server that calls the Web Payment Request API
https://github.com/emschwartz/web-payment-request-demo-server
Last synced: 4 months ago
JSON representation
Demo server that calls the Web Payment Request API
- Host: GitHub
- URL: https://github.com/emschwartz/web-payment-request-demo-server
- Owner: emschwartz
- License: other
- Created: 2015-06-18T04:58:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T18:16:35.000Z (almost 10 years ago)
- Last Synced: 2025-02-16T10:36:23.598Z (4 months ago)
- Language: JavaScript
- Size: 237 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Web Payment Request Demo Server
A demo site that makes Web Payment Requests.
You must install the [Chrome extension](https://github.com/emschwartz/web-payment-request-chrome) for this to work.
## Getting started
1. Clone this repo
2. Run `npm install` to install dependencies
3. Run `npm start` to start the server
4. Open http://localhost:3000/render/view
5. Try modifying the request, and click submit to send it to the Chrome extension