shopify-promise

0.0.5 • Public • Published

Shopify API

Why

I wanted a Shopify wrapper that used promises.

Features

  • Bluebird promises
  • Rate limit handling

Test

SHOP={shop}.myshopify.com PASS={pass} node test

Install

npm install shopify-promise --save

Usage

var Shopify = require("./shopify");

var shopify = new Shopify({
 "shop": "SHOP.myshopify.com",
 "password": PASSWORD,
}

shopify.retrieveBlogs().then(function(blogs){

})

Readme

Keywords

none

Package Sidebar

Install

npm i shopify-promise

Weekly Downloads

0

Version

0.0.5

License

ISC

Last publish

Collaborators

  • reggi