hapi-flatmarket
v3.0.1
Published
A hapi plugin for Flatmarket.
Readme
hapi-flatmarket
A hapi plugin for Flatmarket.
Installation
npm install hapi-flatmarketUsage
var Flatmarket = require('hapi-flatmarket')
server.register({
register: Flatmarket,
options: options,
}, function (err) {})options Object
corsOrigins[String]Sets the CORS headers for your routes. Default
['*'].schemaUriStringThe URI for the flatmarket schema. Required.
stripeSecretKeyStringThe Stripe secret key. Required.
License
See LICENSE.
