youtube-api-comment

1.0.1 • Public • Published

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); });

Readme

Keywords

Package Sidebar

Install

npm i youtube-api-comment

Weekly Downloads

3

Version

1.0.1

License

ISC

Last publish

Collaborators

  • suryasarafe