youtube-title
v1.0.1
Published
Retrieve video title using video id and YouTube API
Downloads
3
Readme
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);