Package Exports
- liked-on-youtube
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (liked-on-youtube) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
liked-on-youtube
get a meta-data pull-stream of all videos a user liked on youtube (browser & node)
Usage
var pull = require('pull-stream');
var liked = require('liked-on-youtube')('YOUR-API-KEY');
pull(
liked('USER-ID'),
pull.log()
);
Youtube UserIds actually are ChannelIds. See this video for details.
See Dominic Tarr's pull-stream for more details about pull-streams.
License
MIT