0.0.2 • Published 1 year ago

nodejs-streamelements v0.0.2

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
1 year ago

nodejs-streamelements 0.0.2

node-streamelements drop-in replacement w/o request module (node-fetch instead)

npm version

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.