Skip to content

your-welcome/youtube-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-title

Retrieve video title using video id and YouTube API

Installing via NPM

$ npm install youtube-title

Example

const youtubeTitle = require('youtube-title');

//result will be a string
let title = await youtubeTitle(videoId, apiKey);

About

Retrieve video title using video id and YouTube API

Resources

License

Stars

Watchers

Forks

Packages

No packages published