squarespace node api
Usage
const squarespace = require('squarespace-node-api')({
apiKey: 'your-squarespace-api-key'
});
squarespace.get('orders')
.then((orders) => console.log(orders));
const squarespace = require('squarespace-node-api')({
apiKey: 'your-squarespace-api-key'
});
squarespace.get('orders')
.then((orders) => console.log(orders));
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.