Skip to content

Instantly share code, notes, and snippets.

View AGMETEOR's full-sized avatar
💭
Debugging life

AGMETEOR

💭
Debugging life
View GitHub Profile
const jsonQ = require('jsonq');
const fetch = require('node-fetch');
const open = require('open');
const shop_url = 'https://sc-bushfire-appeal.com';
const generosity_level = 5;
function extractAllVariants(data) {
const json = jsonQ(data);
const products = json.find('products');