WildcardSearch / nodejs-streamelements

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-streamelements 0.0.2

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

npm version

npm install nodejs-streamelements

const 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.

About

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%