Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

youtube-tags

Jeremy381006MIT1.0.0

Retrieve youtube video tags from video id - CLI or dependency in project

cli, youtube, tags, keywords, metadata

readme

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