flatmarket-server
v3.0.1
Published
A standalone web server for Flatmarket.
Downloads
6
Readme
flatmarket-server
A standalone web server for Flatmarket.
Installation
npm install flatmarket-server
Usage
The server requires the following environment variables:
CORS_ORIGINS=["https://your-origin.com"]
PORT=8000
SCHEMA_URI=https://your-origin.com/flatmarket.json
STRIPE_SECRET_KEY=your_stripe_secret_key
Then run:
node ./node_modules/flatmarket-server/lib/start
License
See LICENSE.