youtube-tags

1.0.0 • Public • Published

youtube-tags 🔍

License Version Bundlephobia

🔍 Retrieve Youtube video tags from video id - CLI or dependency in project

☕️ Support

Buy Me A Coffee PayPal

🏁 Install

  • as a CLI : npm install -g youtube-tags
  • as a dependency : npm install --save youtube-tags

🏃‍♂️ Usage

As a CLI

youtube-tags [videoId]

Exemple :

youtube-tags GUEZCxBcM78
# GoPro, HD, HERO2, Surfing, Skiing, Snowboarding, Wingsuit, Flight, Base Jumping, Scuba Diving, Adventure Travel, HD Video Camera, ゴープロ, 고프로 

As a dependency

const ytbTags = require('youtube-tags');
 
const tags = await ytbTags.getYoutubeTags('GUEZCxBcM78'));

Package Sidebar

Install

npm i youtube-tags

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.46 kB

Total Files

5

Last publish

Collaborators

  • jeremy38100