1.0.3 • Published 2 years ago

ttvc v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ttvc

ttvc is library for getting the ToTal number of Views of a YouTube Channel per day.

Installation

npm install --save ttvc

I'd recommend use "cross-env" on "--save-dev" because this library looks environment variable.

Usage

  1. Set the the Youtube API key obtained using GCP to .env.
API_KEY=
  1. Set the ID of the channel for which you want to get the number of views to .env.
CHANNEL_ID=

Example:

node node_modules/ttvc/main.js
今日までのTestChannelの総再生回数は100000です。

License

yuki

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago