JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q51371F
  • License MIT

Drop-in link monetization for AI agents, chatbots, and shopping tools — 50,000+ merchants.

Package Exports

  • wildfire-revenueengine
  • wildfire-revenueengine/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wildfire-revenueengine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

wildfire-revenueengine

Make your AI recommendations pay rent.
Drop-in link monetization for AI agents, chatbots, and shopping tools — supporting 50,000+ merchants worldwide.


🚀 Installation

npm install wildfire-revenueengine

const { revenueLink } = require('wildfire-revenueengine');

const myId = 'YOUR_DEVICE_ID'; // Get this from Wildfire
const productUrl = 'https://www.walmart.com/cp/camping-gear/4128';

const monetizedUrl = revenueLink(myId, productUrl);
let domain = new URL(deepUrl).hostname.replace(/^www\./, '');

console.log(monetizedUrl);
// Output example:
// https://wild.link/e?d=YOUR_REVENUEENGINE_ID&dc=walmart.com&url=https%3A%2F%2Fwww.walmart.com%2Fcp%2Fcamping-gear%2F4128