Skip to content

Instantly share code, notes, and snippets.

@iamkevingreen
Created December 11, 2017 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamkevingreen/ae714ea558a136d36034a997bd15303d to your computer and use it in GitHub Desktop.
Save iamkevingreen/ae714ea558a136d36034a997bd15303d to your computer and use it in GitHub Desktop.
const Shopify = require('shopify-api-node')
const config = require('../config')
module.exports = new Shopify({
shopName: config.shopify.shopName,
apiKey: config.shopify.apiKey,
password: config.shopify.password
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment