🔍 Retrieve Youtube video tags from video id - CLI or dependency in project
- as a CLI :
npm install -g youtube-tags
- as a dependency :
npm install --save youtube-tags
youtube-tags [videoId]
Exemple :
youtube-tags GUEZCxBcM78
# GoPro, HD, HERO2, Surfing, Skiing, Snowboarding, Wingsuit, Flight, Base Jumping, Scuba Diving, Adventure Travel, HD Video Camera, ゴープロ, 고프로
const ytbTags = require('youtube-tags');
const tags = await ytbTags.getYoutubeTags('GUEZCxBcM78'));