Skip to content

Instantly share code, notes, and snippets.

View PomegranateApps's full-sized avatar

Pomegranate Apps PomegranateApps

View GitHub Profile
@gmjelle
gmjelle / apiWalmart.js
Last active September 15, 2024 16:23
import NodeRSA from "node-rsa";
const keyData = {
consumerId: "CONSUMER_ID",
privateKey: `-----BEGIN RSA PRIVATE KEY-----
MY PRIVATE KEY
-----END RSA PRIVATE KEY-----`,
keyVer: 1,
impactId: "YOUR IMPACT AFFILIATE ID" // not required
},