0.1.1 • Published 4 years ago

youtube-channel-feed v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Youtube channel feed

Simple nodejs package to load Youtube Channel Feed and parse into JSON.

How to use

const { getChannelFeed } = require("./index");

getChannelFeed("channelId").then((feed) => {
  console.log(feed);
});
0.1.1

4 years ago

0.1.0

4 years ago