squarespace-node-api

Node module to access Squarespace Commerce API

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
squarespace-node-api
202.0.02 years ago5 years agoMinified + gzip package size for squarespace-node-api in KB

Readme

squarespace node api

Usage

const squarespace = require('squarespace-node-api')({
  apiKey: 'your-squarespace-api-key'
});

squarespace.get('orders')
  .then((orders) => console.log(orders));