GoogleInfos YouTube Channel

node v8.17.0
version: 1.0.0
endpointsharetweet
var googleAPI = require("getgoogleinfos"); // Get a channel from YouTube with a Link // | | |----| // | |-------|------------------------------------| // |---------------------|------------------------------------|--------| googleAPI("https://www.youtube.com/channel/UCa10nxShhzNrCE1o2ZOPztg", "yt", "channel", (infos) => { console.log(infos.channel.name + "\n" + infos.channel.description); });
Loading…

no comments

    sign in to comment