nodejs-streamelements
v0.0.2
Published
a replacement for node-streamelements w/o dependency on deprecated request package
Downloads
6
Maintainers
Readme
nodejs-streamelements 0.0.2
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.