1.0.1 • Published 4 years ago

youtube-title v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago