node-streamelements drop-in replacement w/o request module (node-fetch instead)
npm install nodejs-streamelements
StreamElements = require("nodejs-streamelements");
const se = new StreamElements({
accountId: "ID",
token: "TOKEN",
});
Intended to be a drop-in replacement for node-streamelements
. Report any bugs and I will try to fix them.