squarespace-node-api
v2.0.0
Published
Node module to access Squarespace Commerce API
Downloads
266
Readme
squarespace node api
Usage
const squarespace = require('squarespace-node-api')({
apiKey: 'your-squarespace-api-key'
});
squarespace.get('orders')
.then((orders) => console.log(orders));