youtube-data

0.1.9 • Public • Published

node-youtube-data

Get data from YouTube

build status

Examples

var yt = require('youtube-data')
var token = process.env.OAUTH_TOKEN
 
yt.query()
  .oauth(token)
  .videos('monstercatmedia')
  .results(50)
  .orderByPublished()
  .simple()
  .run(function(err, data){
    if (err) console.log(err)
    console.log(data.feed.entry)
  })

Methods

.oauth(token)

Authenticate a request with an oauth access token.

Adds Authentication: Bearer {token} to request headers

...

More documentation to follow

Work in progress

I have only implemented the bare minimum, the api will expand with time and pull requests ;)

Readme

Keywords

none

Package Sidebar

Install

npm i youtube-data

Weekly Downloads

2

Version

0.1.9

License

none

Last publish

Collaborators

  • jb55