0.0.7 • Published 1 year ago

yt-notify v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

yt-notify

It will emit stuff on new video.

Example

const YTNotifyClient = require("yt-notify");
const client = new YTNotifyClient({
  checkInterval: 1000 * 30,
  itemLimit: 10,
  preFill: false
});
const untrigger = client.on("video", (video, url) => {
  console.log({ video, url });
})
const unsub = client.subscribe("https://www.youtube.com/feeds/videos.xml?channel_id=UCaZGQt419Ptsdk_lh2mz9lQ");
setTimeout(() => {
  unsub();
  untrigger();
}, 10000)
0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago