0.1.9 • Published 11 years ago

youtube-data v0.1.9

Weekly downloads
40
License
-
Repository
github
Last release
11 years ago

node-youtube-data

Get data from YouTube as JSON

Examples

Direct request

yt = require('youtube-data').init()

yt.channel 'monstercatmedia', (err, data) ->
  for entry in data.entries
    console.log entry.title
    console.log '\t', entry.stats
    console.log '\t', entry.rating

Parse the xml directly

yt.xml().channel channelXml, (err, data) ->
  console.log "parsed data" unless err

Work in progress

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

0.1.9

11 years ago

0.1.8

11 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago