Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 289 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 289 Bytes

Fake Stripe API

The Fake Stripe API mocks an upstream service that uses the Stripe API to charge credit cards.

It runs on port 8099, and allows you to toggle the service state from normal to slow at runtime by pressing a key.

Install

pnpm i

Run

npm run start