1.0.1 • Published 7 years ago

youtube-api-comment v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

This package is created for get comment api from Youtube.

Requirment

  • Youtube API KEY v3, from google develover console.
  • VideoId, from youtube. (you can use youtube-api-search)

how to use:

  1. Import

    import YTComment from 'youtube-api-comment';

  2. Use

    YTComment({ key:API_KEY, videoId: term.videoId, maxResults: term.maxResults }, (comments) => { console.log(comments); });

1.0.1

7 years ago

1.0.0

7 years ago