afp-effiliation

1.0.0 • Public • Published

afp-effiliation

Effiliation affiliate feed parser

Stream usage :

var afpEffiliation = require("afp-effiliation");
afpEffiliation
    .getStreamByUrl("http://feeds.effiliation.com/myformat/<YOUR FEED ID>")
    .on('data', (data) => {
        console.log("data", data);
    });

Fields

  • price: Product price including vat
  • currency: ISO 4217 currency code
  • deliveryCost: Delivery cost
  • name: Product name
  • brand: Product brand
  • imageUrl: Product image url
  • clickUrl: Tracking product url
  • raw: Raw product data from feed

/afp-effiliation/

    Package Sidebar

    Install

    npm i afp-effiliation

    Weekly Downloads

    0

    Version

    1.0.0

    License

    GPL-3.0

    Last publish

    Collaborators

    • petitchevalroux