youtube-notification-module
Advanced tools
Weekly downloads
Readme
Sends notifications when added channels upload videos. Gets information via YouTube feeds.
const ytnotifier = require('youtube-notifier');
const Notifier = new ytnotifier({
channels: ['A channel ID', 'Another channel ID'],
checkInterval: 50 /* Interval to check the latest video. */
});
Notifier.on('video', video => {
console.log(video);
/*
video = {
channelName,
title,
publishDate,
url,
id
};
*/
});
Parameter | Type | Returns |
---|---|---|
channels | array | Promise |
Parameter | Type | Returns |
---|---|---|
channels | array | Promise |
FAQs
YouTube Notification Module
The npm package youtube-notification-module receives a total of 2 weekly downloads. As such, youtube-notification-module popularity was classified as not popular.
We found that youtube-notification-module demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.