Created
December 11, 2017 11:02
-
-
Save iamkevingreen/ae714ea558a136d36034a997bd15303d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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