ArtCodeStudio / shopify-server

Koa middlewares to write shopify apps with node.js and koa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopify-server

Koa middlewares to write shopify apps with node.js and koa. shopify-server provides middlewares for authentication using shopify-token and for api requests using shopify-api-node.

Documentation

You found the documentation on docs.jumplink.eu/shopify-server/.

build the documentation with:

npm run doc

Pulish the documentation with

npm run publish-doc

Environment

You need node.js v7.8.0 or higher, we recommend to use nvm for that. With nvm you can install the latest node.js version with

nvm install node

Debugging

shopify-server along with many of the libraries it's built with support the DEBUG environment variable from debug which provides simple conditional logging.

To see all debugging information just pass DEBUG=shopify-server* npm start. You can also show specific debugging information using DEBUG=shopify-server:auth,shopify-server:utilities,shopify-server:api.

See also

About

Koa middlewares to write shopify apps with node.js and koa.


Languages

Language:JavaScript 100.0%