UNPKG

shopify-admin-api

Version:

Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.

16 lines (13 loc) 181 B
language: node_js node_js: - "8.0" install: - yarn install - ls script: - chmod 777 ./.tasks/test.sh - ./.tasks/test.sh # # safelist # branches: # only: # - master