wildfire-revenueengine
v1.0.17
Published
Drop-in link monetization for AI agents, chatbots, and shopping tools — 50,000+ merchants.
Maintainers
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);