0.2.4 • Published 11 months ago

@obg-lab/youtube-channel-feed v0.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
11 months ago

Youtube channel feed

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

Install

npm install @obg-lab/youtube-channel-feed --save
# or
yarn add @obg-lab/youtube-channel-feed

How to use

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

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

11 months ago

0.2.4

11 months ago

0.2.2

2 years ago

0.2.1

4 years ago