JSPM

liked-on-youtube

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q16637F
  • License MIT

get a meta-data pull-stream of all videos a user liked on youtube (browser & node)

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