Monday, January 2, 2017

Javascript library for Youtube v3 data api

Hej all,

I wrote a Javascript based library for interaction with the youtube v3 data api.

It supports the following functions:
  • Search for videos or channels based on keywords
  • Get channel information based on channelid (title, description, subscribers, viewcount, banners)
  • Get videos for a channel id (including stats)
  • Get video stats based on channel id (single video)
  • Get videos stats based on channel id (multiple videos in one request)
It's working fine for the functions above and this is still work in progress as I will implement OAuth2 support.

Source code is available on Git : GIT

Enjoy and happy coding !