Skip to content

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

License

Notifications You must be signed in to change notification settings

Jeremy38100/youtube-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published