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 deviceID = 'YOUR_DEVICE_ID'; // Get this from Wildfire
const productUrl = 'https://www.example.com/cp/camping-gear/4128';
const monetizedUrl = revenueLink(deviceID, productUrl);